-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template_types: task 2: expand the definition of template_type in targets section #234
Comments
@ayan-b, would you like to take this task? this one looks like an independent one. |
On it! |
@chfw here https://github.com/moremoban/moban/blob/dev/moban/definitions.py#L50 why are we using |
Because when templating a directory, most of templates would end with .jj2, i.e. Setup.py.jj2. In this scenario, you want your output to be setup.py instead of setup.py.jj2. |
* ✨ Expand the definition of template_type in targets section Closes #234 * 📚 Update changelog * 🔬 Add tests * 📚 Update to using extension Closes #90 * 📝 Use base_type instead of overrides * 📝 Change logic to use engine temorarily * 💄 Pump up the version * 🔬 More tests * 📝 Improve test format * 📝 Update to latest syntax * 📚 Update docs to latest syntax * 🔬 More tests * 📝 Address the feedback
so that an ad-hoc instance of template engine will be created, used and dumped.
#202
The text was updated successfully, but these errors were encountered: