/cc-python-cli

Cookiecutter template for click-based CLI.

Primary LanguagePython

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