gruntjs / grunt-init

Generate project scaffolding from a template.
http://gruntjs.com/project-scaffolding
MIT License
193 stars 58 forks source link

Template repository support #97

Open dploeger opened 9 years ago

dploeger commented 9 years ago

It would be nice, if grunt-init would support downloading templates from a central repository (npmjs for example), when the template isn't available locally.

This would mean:

dploeger commented 9 years ago

One could directly use npm for searching and installing. The bad side is, that you have to wrap around the cli as the api isn't considered stable.

The workflow would be: