Open iduuck opened 9 years ago
What about just creating a .genconfig and then just saving the user input of the generator 'survey' into a json document.
.genconfig
generator-dyno
Edit: The concept isn't all new, but I really like the idea of doing this, so there could be plenty of options without a f*cked up _gulpfile.js: http://yeoman.io/authoring/storage.html
_gulpfile.js
Sounds good to me. This would give us a good foundation for including sub-generators too. I'm pretty swamped with work for the next couple weeks, but I'll have time to start hacking more on this stuff in early June.
What about just creating a
.genconfig
and then just saving the user input of the generator 'survey' into a json document.Pro's
generator-dyno
Con's
Edit: The concept isn't all new, but I really like the idea of doing this, so there could be plenty of options without a f*cked up
_gulpfile.js
: http://yeoman.io/authoring/storage.html