slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

Add support for generic args option #29

Closed peterjuras closed 8 years ago

peterjuras commented 8 years ago

This commit adds a generic 'args' option to pass any supported parameter to npm install and resolves #28.

crkepler commented 8 years ago

+1. I'm using it and it works great.

joakimbeng commented 8 years ago

Thanks!