Update README.md
This commit is contained in:
@@ -7,23 +7,7 @@ Minimal Cookiecutter template for python CLI tools. Python 3.12+, uv, Typer, ruf
|
|||||||
```bash
|
```bash
|
||||||
cruft create git@git.roxautomation.com:sjev/python-cli-template.git
|
cruft create git@git.roxautomation.com:sjev/python-cli-template.git
|
||||||
cd your-project
|
cd your-project
|
||||||
uv sync --frozen --group dev
|
cat README.md
|
||||||
uv run invoke lint
|
|
||||||
uv run invoke test
|
|
||||||
```
|
|
||||||
|
|
||||||
## Generated structure
|
|
||||||
|
|
||||||
```
|
|
||||||
your-project/
|
|
||||||
├── pyproject.toml
|
|
||||||
├── tasks.py
|
|
||||||
├── src/your_package/
|
|
||||||
│ ├── __init__.py
|
|
||||||
│ ├── py.typed
|
|
||||||
│ └── cli.py
|
|
||||||
└── tests/
|
|
||||||
└── test_cli.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user