Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 462 Bytes

python-cookiecutter

A python project template using cookiecutter.

Dependencies

This requires cookiecutter to be installed. You can install this using the command below:

pip install -r requirements.txt

Get Started

  • Clone the project and run:
cookiecutter python-cookiecutter
  • To replay the previous command, use the --replay flag:
cookiecutter python-cookiecutter --replay