1.0.2 • Published 8 years ago

nlib v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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