Files
2026-03-09 19:58:10 +01:00
..
2026-02-17 21:59:50 +01:00
2026-02-22 12:21:39 +01:00
2026-02-17 21:59:50 +01:00
2026-02-17 21:59:50 +01:00
2026-01-19 21:16:56 +01:00

{{ cookiecutter.project_name }}

{{ cookiecutter.description }}

Installation

uv sync --frozen --group dev

Usage

{{ cookiecutter.project_slug }} --help
{{ cookiecutter.project_slug }} hello

Development

uv run invoke lint
uv run invoke test
uv run invoke format