Mirrored from https://github.com/redjax/cookiecutter
- Python 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| t/python | ||
| tests | ||
| .gitignore | ||
| noxfile.py | ||
| pyproject.toml | ||
| README.md | ||
| template_ctl.py | ||
| uv.lock | ||
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