Find a file
2024-10-31 13:30:02 -04:00
.github/workflows Fix tests pipeline 2024-10-31 13:11:55 -04:00
t/python Update uv template dependency versions 2024-10-31 13:26:00 -04:00
tests Rename python template tests file 2024-10-31 12:20:40 -04:00
.gitignore Update PDM template, fix |replace() line. 2024-10-31 11:51:10 -04:00
noxfile.py Add vulture code check nox session 2024-10-31 13:03:21 -04:00
pyproject.toml Add cookiecutter template render tests 2024-10-31 12:19:46 -04:00
README.md Update README 2024-10-31 13:29:20 -04:00
template_ctl.py Fix duplicate cookiecutter() input 2024-10-31 13:14:14 -04:00
uv.lock Add cookiecutter template render tests 2024-10-31 12:19:46 -04:00

Cookiecutter

My cookiecutter templates.

Usage

Templates are in the t/ directory. This makes for simpler cookiecutter commands:

cookiecutter https://github.com/redjax/cookiecutter --directory t/python/uv

You can also use cookiecutter's built-in gh:<user>/<repo> syntax:

cookiecutter gh:redjax/cookiecutter --directory t/python/uv