Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 882 Bytes

npm-install-changed

Speed up your CI node builds by only running npm install when dependencies changed.

version downloads MIT License


Installation

$ npm install -g npm-install-changed

Usage

In the root folder of your node project run:

npm-install-changed

instead of the usual npm install

Arguments

Use --bower for bower package manager. To do recursive checking on dependencies, use --recursive. Use --prune to remove unused dependencies after running install.

License

MIT License 2016 © Jose Pereira