nlib

1.0.2 • Public • Published

nlib

CLI helper to set up new node library

Installation

$ npm install nlib -g

Usage

echo '{"author":"<AUTHOR>","email":"<EMAIL>", "ghusername": "<GH_USERNAME>"}' > .nlibrc
# If you are creating a lot of node modules, you can store the meta info in `~/.nlibrc` file 
 
$ nlib imager -d "Image processing and uploading"
# This will create a folder `imager` in the current dir and adds 
# all boilerplate code in there. 

For help

$ nlib -h

License

MIT

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nlib

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • madhums