Cookiecutter template for a Python CMD2 application.
- GitHub repo: https://github.com/jayrod/cookiecutter-python-cmd2/
- Documentation: COMING SOON
- Free software: BSD license
- Functional testing examples using cmd2-ext-test vi pytest
- Nox lint via isort and black
- bump2version : Pre-configured version bumping with a single command
Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher)::
pip install -U cookiecutter
Generate a Python package project::
cookiecutter https://github.com/jayrod/cookiecutter-python-cmd2.git
Don't worry, you have options:
If you have differences in your preferred setup, I encourage you to fork this to create your own version. Or create your own; it doesn't strictly have to be a fork.
- It's up to you whether or not to rename your fork/own version. Do whatever you think sounds good.
I also accept pull requests on this, if they're small, atomic, and if they make my own packaging experience better.
