nli

0.1.3 • Public • Published

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nli

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • madhums