16 lines
258 B
Markdown
16 lines
258 B
Markdown
# Python CLI Template
|
|
|
|
Minimal Cookiecutter template for python CLI tools. Python 3.12+, uv, Typer, ruff, mypy, pytest.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
cruft create git@git.roxautomation.com:sjev/python-cli-template.git
|
|
cd your-project
|
|
cat README.md
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|