An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Test](https://github.com/escalate/cookiecutter-python-cli-tool-poetry-template/actions/workflows/test.yml/badge.svg?branch=master&event=push)](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