npm-add
v0.0.1
Published
CLI tool to quickly add npm packages to package.json. To speed up productivity.
Downloads
6
Readme
npm-add
A command-line tool for speeding up node.js productivity by adding dependencies to package.json.
Install
Install globally
$ npm install npm-add -g
Usage
Add the latest verison of an npm package
$ npm-add jade
Then install
$ npm install
Add multiple packages
$ npm-add jade socket.io
Specify version
$ npm-add 'jade 0.30.0'
$ npm-add 'jade 0.30.0' 'socket.io 0.9.14'
Both
$ npm-add express 'socket.io 0.9.14'
Add and install
$ npm-add express stylus async --install
or
$ npm-add express stylus async -i
Contact
If you would like to contact me for further information on the project, see the info below.
Email: [email protected]
Github: jawerty
Twitter: @jawerty
Blog: http://wrightdev.herokuapp.com
License
See the file LICENSE to view the MIT License