Scaffolding a la Ruby on Rails #400
Unanswered
timmysmalls
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure for your exact use case, but according to what you say, it should be completely possible. For example, you can do Another thing you can do is to use a template that doesn't support updates (just for scaffolding) and I hope that answers your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I was wondering if Copier supports scaffolding in a similar way to Ruby on Rails. In the sense that I have an existing project that may or may not have been written with Copier, and now I want to add several related files across the project in one go. Perhaps a migration file, a model file, a controller file, a test file, and for good measure, a few lines in routes.rb. I know I can create single file scaffolds. If I would extend that notion, could scaffolding multiple files across several pre-populated folders be possible? Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions