node-pkg
v1.0.0
Published
Automatically install missing dependencies and save them into your package.json
Readme
Movations
“Come on... who's the idiot who forgot to save this package?
– Everyone, all the time.
How it works
- Try to
npm startyour application. - Search in the logs if a package is missing.
- Install and add it into your package.json.
- Go back to 1.
Usage
npm install node-pkg -g
cd my-great-project
node-pkg