https://github.com/dynamist/cookiecutter-python-cli
A cookiecutter boilerplate for creating python cli applications
https://github.com/dynamist/cookiecutter-python-cli
cookiecutter-template
Last synced: about 1 year ago
JSON representation
A cookiecutter boilerplate for creating python cli applications
- Host: GitHub
- URL: https://github.com/dynamist/cookiecutter-python-cli
- Owner: dynamist
- License: apache-2.0
- Created: 2018-10-23T19:06:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T13:02:25.000Z (about 6 years ago)
- Last Synced: 2025-02-14T15:47:08.728Z (over 1 year ago)
- Topics: cookiecutter-template
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A [Cookiecutter](http://cookiecutter.readthedocs.org/en/latest/index.html) template for a cli Python application.
Usage:
```bash
cookiecutter https://github.com/dynamist/cookiecutter-python-cli.git
```
Verified to work with Cookiecutter version 1.3.0 or later.