-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
I encountered a project called Hygen, which is very similar to blueprint/redux-cli. Not in a stole the code or anything. But the way the templates and cli work. But with all of the changes I was hoping to get into this project.
- Generators to create generators
- Template files use FrontMatter to define template data. the
to: field is the destination. - Inject data into files (routes, dependencies)
- cli args to pass data to templates
- Multiple locations for templates
- build prompts to ask user for data
- Customization data sources possible
It does everything I need a generator tool to do, and it would take me very little time to port my existing blueprints to templates and generators.
So to be blunt, does the world need blueprints when it has hygen? Is there value to continue efforts here?
Reactions are currently unavailable