0.1.3 • Published 10 years ago
nli v0.1.3
nli
A command to setup a node module/library
Requirements
- node 0.11.x with
--harmonyflag - create
nodehas an alias tonode --harmony
$ cat ~/bin/nodeh
#!/bin/bash
node --harmony "$@"Installation
$ npm install nli -gUsage
$ nli info -A 'YOUR_NAME' -E 'YOUR_EMAIL'This will write a file to your home directory ~/.nlinfo.json containing
the above information you provided.
$ nli setup madhums/node-imager -d 'Image processing and uploading'This will create madhums/node-imager dir and sets up node module within it.
For help
$ nli -hLicense
MIT