This template includes everything you need to start a new Python project:
- build + test github workflows
- dependency bot support (renovate/dependabot)
- To use the template from a local directory, run:
cookiecutter <location-of-current-dir>/cookiecutter-template-python/
- To use the template remotely, run:
cookiecutter gh:legomb/cookiecutter-template-python
This will prompt some questions:
new_directory_name
: Name of the directory to be created based on this templateproject_name
: Name of the project