example folder overview

Test builds of the cookiecutter template using all default options can be made in this repository.

In Windows, delete any pre-existing sub-folders in the example folder, and run:

python -m cookiecutter . -o ./example --no-input

Unix and Linux users can alternatively use a make command:

Warning

Any existing folders will be automatically deleted by executing the make command.

make example