Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 786 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 786 Bytes

Just-based Copier template for Python

Copier

Usage

Install

uv tool install --with jinja2-shell-extension --with jinja2-time copier

Seed new project

uvx copier copy --trust --vcs-ref main gh:makukha/copython .
just seed sync
just pre-merge

Test template locally

uvx copier copy --trust --vcs-ref $(git rev-parse --abbrev-ref HEAD) . .tmp
cd .tmp
just seed sync
just pre-merge

Update local testing instance:

uvx copier copy --trust --vcs-ref $(git rev-parse --abbrev-ref HEAD) --data-file .tmp/.copier-answers.yml --overwrite . .tmp