Skip to main content

Build tool for node.js projects

Project description

==================================================================
NBit: Node! Build IT!
==================================================================

NBit: Build tool for node.js projects

This is simple build tool allows you to make one js file from sources listed in template.


Installation
------------

$ pip install nbit

Usage
-----

- Create template file with sources listed at JsDoc with tag @src, as follows:
```
/**
* @src
*
* path/to/src/1.js
* path/to/src/1.js
* path/to/src/1.js
*/
```

- Run nbit:

$ nbit path/to/templte.js

also you can specify output direcroty (defauld: ./bin):

$ nbit path/to/template.js --out path/to/out/dir

if you want to build many templates, you can list them all:

$ nbit path/to/template1.js path/to/template2.js

nbit names output files with names of templates

- You can use it with npm. Just add nbit into scripts to your package.json:
```
...,
"scripts": {
"build": "nbit path/to/template.js"
},
...
```

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nbit-0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

nbit-0.1-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page