yarn-installs
v0.3.0
Published
Automatically install npm through yarn, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively
Maintainers
Readme
Credit
All credits are given to Joakim Carlstein [https://www.npmjs.com/package/gulp-install]. yarn-installs is modified on top of gulp-install to support Yarn.
Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively
| File Found | Command run|
| --- | --- |
|package.json | yarn install|
|bower.json | bower install|
|tsd.json | tsd install|
|requirements.txt | pip install -r requirements.txt|
