-
I was wondering if there is a way to override Lines 42 to 51 in 5ec47d9 Long story short: I have a copier template that generates copier templates, and now Core codebase: https://github.com/fastapi-mvc/fastapi-mvc I think with copier being a superb tool for templating and scaffolding, it might be of interest for some people to use it for metaprogramming as well (in this case generating templates from templates). Have a good one! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! Thanks for your initiative and good comments. I'm happy to help others with this project ❤️ I never designed it for metaprogramming, but indeed it should be perfectly possible. It seems to me like all you need to do is define a valid exclude option in your main template. When exclusions are defined in the template, the default is not used. Would that work for you? |
Beta Was this translation helpful? Give feedback.
Hi there! Thanks for your initiative and good comments. I'm happy to help others with this project ❤️
I never designed it for metaprogramming, but indeed it should be perfectly possible.
It seems to me like all you need to do is define a valid exclude option in your main template.
When exclusions are defined in the template, the default is not used.
Would that work for you?