aurelia / tools

Tools and utility functions used to build and develop Aurelia's libraries.
MIT License
37 stars 32 forks source link

Provide option to only pull down all of the Aurelia repositories #25

Closed ryanwischkaemper closed 8 years ago

ryanwischkaemper commented 8 years ago

It would be nice to have the option to only pull down each repository - similar to how aspnet offers an option to only pull each repository. Sometimes it is useful to just pull down everything to browse the source, and only running git pull for each repository is significantly faster than executing npm install, jspm install and gulp build against each one as well.

It is an extremely simple addition, and it provides a great convenience.