Various templates using copier
- python-fastapi-template
- template for spinning up a FastAPI app with optional Jinja2 HTML templates and Tailwind CSS
- python-lib-template
- python-ci-template
- template for a standard Makefile for uv managed python projects, with optional GitHub Actions CI workflow
- Install copier as per the copier docs
- Copy the template you want with
and follow the interactive prompts
copier copy /templates/<template-of-choice> <target-path>
- each repo then has a setup command, e.g. for a python project, cd in and run
uv sync