Skip to content

jawerty/npm-add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-add

A CLI tool for speeding up node.js productivity by instantly adding dependencies to package.json.

recent version: 0.0.1

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'

Adding it all together

$ 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: jawerty210@gmail.com

Github: jawerty

Twitter: @jawerty

Blog: http://jawerty.github.io

License

See the file LICENSE to view the MIT License

About

CLI tool for quickly adding npm packages to your package.json dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published