Copier Template Tester #874
KyleKing
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
I see. It looks very good! The objective is to have a folder with generated templates so you can see the output, right? Nice idea. Thanks for publishing! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted a way to more quickly iterate on templates, so I built this MVP pre-commit and CLI tool to parametrize testing: copier-template-tester
I thought this would be of interest in the community, since I hadn't found anything like it. The package has a lot of boilerplate, but the core logic is only a wrapper of the
copier.run_auto
function with arguments set in a customctt.toml
fileBeta Was this translation helpful? Give feedback.
All reactions