A collection of my cookiecutters that I use for various purposes.
- Install
cookiecutter
(requirescookiecutter>1.7.0
)pip install cookiecutter
- Pick the name of the template you want from the top-level directories in this repo and generate the project.
So, for example if you want to generate a
cookiecutter gh:syfluqs/cookiecutters --directory="<template_name>"
assignment_report
, docookiecutter gh:syfluqs/cookiecutters --directory="assignment_report"