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

support jspm install #23

Closed osdevisnot closed 7 years ago

osdevisnot commented 9 years ago

please support jspm install through command jspm install

kosz commented 9 years ago

:+1:

@joakimbeng how do you feel about this feature ?

kosz commented 9 years ago

well here's a PR. I'd love to see this in for various slush generators i'm working on which use jspm. let me know if there's other things i should improve on the PR.

https://github.com/slushjs/gulp-install/pull/25

nevercast commented 8 years ago

:+1: I'm going to go ahead and use that PR in my project. I require npm, bower and JSPM in my Aurelia project and this makes it smoother. Cheers @kosz