https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template
An Cookiecutter Python project template for simple CLI tools managed with Poetry
https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template
cli click cookiecutter cookiecutter-template poetry python
Last synced: 2 months ago
JSON representation
An Cookiecutter Python project template for simple CLI tools managed with Poetry
- Host: GitHub
- URL: https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template
- Owner: escalate
- License: mit
- Created: 2025-02-17T07:10:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-02T12:04:11.000Z (over 1 year ago)
- Last Synced: 2025-03-02T12:29:47.296Z (over 1 year ago)
- Topics: cli, click, cookiecutter, cookiecutter-template, poetry, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template/actions/workflows/test.yml)
# Cookiecutter - Python project template for simple CLI tools managed with Poetry
An Cookiecutter Python project template for simple CLI tools managed with Poetry.
## How to use?
```
cookiecutter https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template.git
```
## What options are available for generation?
| Option | Default | Description |
| ------------------------------ | ----------------------------------------- | --------------------------------- |
| project_name | My new CLI tool | Name of the project |
| project_slug | my-new-cli-tool | Project slug name |
| project_python | my_new_cli_tool | Python compatible project name |
| project_description | Explain what the project does. | Description of project |
| project_license | MIT | License of project |
| author_name | Felix Börner | Name of project author |
| author_github_username | escalate | GitHub Username of project author |
| author_code_of_conduct_contact | github [at] felix [dash] boerner [dot] de | Code of Conduct contact |
| author_funding_url | https://paypal.me/felixboerner | Funding URL of project author |
## License
MIT