Files
python-cli-template/{{cookiecutter.project_slug}}/README.md
T
2026-04-22 20:29:58 +02:00

25 lines
299 B
Markdown

# {{ cookiecutter.project_name }}
{{ cookiecutter.description }}
## Installation
```bash
source init.sh
```
## Usage
```bash
{{ cookiecutter.project_slug }} --help
{{ cookiecutter.project_slug }} hello
```
## Development
```bash
uv run invoke lint
uv run invoke test
uv run invoke format
```