A python project template using cookiecutter.
This requires cookiecutter to be installed. You can install this using the command below:
pip install -r requirements.txt
- Clone the project and run:
cookiecutter python-cookiecutter
- To replay the previous command, use the
--replay
flag:
cookiecutter python-cookiecutter --replay