Copier has a few quirks with vcs that I just discovered by trying to test out some changes. I may have some config th...
Posts tagged: copier
All posts with the tag "copier"
I've long used copier to create all of my posts for my blog, and it works really well for my workflow. I think of a t...
I recently had to update my copier-gallery command to trust my own templates because some of them have shell scripts ...
It's no secret that I love automation, and lately my templating framework of choice has been copier. One hiccup I rec...
Copier < 6.0.0b0 considered dangerous
Copier is a fantastic templating library written in python, but older versions have a dangerous bug if you are using it inside of existing directories.
As of May 15, 2022, the stable release of copier now includes these changes, if you have not already make sure you update.
I Use copier several times per day and get fantastic benefit from this project, this post is not intended to crap all over copier in any way, but is rather a PSA for other users who do use copier like I do so that they know the dangers of using copier inside an existing directory.
...
I have added a hotkey to my copier template setup to quickly access all my templates at any time from tmux. At any po...
Copier allows you to run post render tasks, just like cookiecutter. These are defined as a list of in your . They are...
The copier answers file is a key component to making your templates re-runnable. Let's look at the example for my set...
Copier Templates
%%include til/copier_endops
%%include til/copier-template-variables
%%include til/copier-answers
I was completely stuck for awhile. copier was not replacing my template variables. I found out that adding all these ...
I've been looking for a templating tool for awhile that works well with single files. My go to templating tool does n...