Closed a-chacon closed 2 months ago
Hey Andrés! Thanks for opening this.
We're thinking of moving the existing generator code outside of the this repository, and include it in blueprinter-activerecord instead. After we make a decision there, we can investigate the lift for including a Railtie that can provide this functionality.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Is just for make the creation of a project easier.
Describe the feature you'd like to see implemented
I would like to run something like
rails g scaffold teacher name:string email:string
and after all rails generators, run the blueprint generator too.Something like this:
Describe alternatives you've considered
Just run
rails g blueprinter:blueprint teacher
Additional context
No response