0.1.3 • Published 9 years ago

nli v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

nli

A command to setup a node module/library

Requirements

  • node 0.11.x with --harmony flag
  • create nodeh as an alias to node --harmony
$ cat ~/bin/nodeh
#!/bin/bash
node --harmony "$@"

Installation

$ npm install nli -g

Usage

$ 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 -h

License

MIT

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago