install-deps
v1.1.0
Published
CLI tool that npm install's the required npm modules from a given file.
Downloads
7,353
Readme
install-deps
A command line tool that will install the npm modules required from a given file.
Install
npm install -g install-deps
Usage
install-deps path/to/file.js --save #or any other npm install arguments
From vim you can do: :!install-deps % --save