# {{ cookiecutter.project_name }} {{ cookiecutter.description }} ## Installation ```bash uv sync --frozen --group dev ``` ## Usage ```bash {{ cookiecutter.project_slug }} --help {{ cookiecutter.project_slug }} hello ``` ## Development ```bash uv run invoke lint uv run invoke test uv run invoke format ```