cc-python-cli icon indicating copy to clipboard operation
cc-python-cli copied to clipboard

Cookiecutter template for click-based CLI.

Cookiecutter Python CLI

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

.. code-block::

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