npmin
skips modules that are already installed.
Install
$ npm install --save npmin
Usage
const npmin = const options = verbose: true
API
npmin(input, [options])
input
Type: array
A list of modules you wanna install.
options
Type: object
The options to run npm install
with, support all npm install
options.
License
MIT © EGOIST