Usage

Requirements

This project requires the use of Cookiecutter, which can be installed with the help of pip:

$ pip install cookiecutter

Creating a new project

After that the template can be acquired and used directly from Github:

$ cookiecutter gh:bernardo-mg/cookiecutter-python-library

For reusing it there is no need to download the project again:

$ cookiecutter cookiecutter-python-library/

Once the command has been executed just follow the instructions which will appear on the screen, asking for some information to fill the project template.