Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 284 Bytes

README.rst

File metadata and controls

11 lines (8 loc) · 284 Bytes

Cookiecutter Python CLI

To create a new project run the following commands. This assumes that you have virtualenvwrapper installed.

$ mkvirtualenv my-project
$ pip install cookiecutter
$ cookiecutter gh:elbaschid/cc-python-cli