-
Notifications
You must be signed in to change notification settings - Fork 189
Create a Yeoman generator #2
Comments
+1 👍 |
+1 |
1 similar comment
+1 |
@RickWong I can try to help with this. I been meaning to learn Yeoman generators. |
Thanks! That would be great. |
+1 for this |
@RickWong I'm taking a stab at making a Generator from this project right now. I'm pretty sure that the repo would need to change to make the structure that a Yeoman generator expects, though. Would you be interested in a PR that made that drastic of a change? Basically, it would require two major changes:
That would just be to generate this exact project using Yeoman, which would be pretty cool. There are lots of cool possibilities for new routes and stuff through Yeoman, too, if you wanted to get fancy with it 😄 |
Hi @alexlafroscia, yes I would definitely be interested. |
@RickWong it's possible to have the Yeoman generator in a separate repo, would you prefer that? Or adding it into this one? |
I decided to give getting it all in one repo a shot, since that'll be simpler in the long run. You'll have to change the name of the project in the NPM registry, but that shouldn't be an issue. I think you'll probably want to have Yeoman be the default way to install the project, too, since it's a bit easier than needing to clone the repo, nuke the original |
Would love to see this in a yeoman generator!
The text was updated successfully, but these errors were encountered: