Files
python-cli-template/{{cookiecutter.project_slug}}
2026-05-18 18:48:10 +02:00
..
2026-02-17 21:59:50 +01:00
2026-04-22 20:54:57 +02:00
2026-02-22 12:21:39 +01:00
2026-04-22 20:54:57 +02:00
2026-05-18 18:48:10 +02:00
2026-02-17 21:59:50 +01:00
2026-04-22 20:54:57 +02:00
2026-04-23 10:48:10 +02:00

{{ cookiecutter.project_name }}

{{ cookiecutter.description }}

Installation

source init.sh

Usage

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

Development

uv run invoke lint
uv run invoke test
uv run invoke format
uv run invoke ci   # lint + test in Docker