yeoman / generator-gruntplugin

Create a gruntplugin module with yo, including Nodeunit unit tests.
http://yeoman.io
MIT License
35 stars 12 forks source link

Refactor to take into account Yeoman's new running contexts/Composability #30

Open OdinsHat opened 9 years ago

OdinsHat commented 9 years ago

Yeoman now has running contexts first announced in their blog last year (http://yeoman.io/blog/generator-0.17.html) to enable for smoother running with other generators. Details can be found here: http://yeoman.io/authoring/composability.html

SBoudrias commented 9 years ago

Do you have a need for easier composability with this specific generator?

Also, any chance you'd be willing to spearhead a refresh?

And, on the side, we're refactoring generator-node to hopefully be able to use it as the base generator for all our node base generators.