A collection of Cookiecutter templates.
You MUST set your personal Github access token in order to create the repo.
export GITHUB_ACCESS_TOKEN=your-tokenSee the file .envrc.template for a direnv template.
Then install all the pre-requisites:
pip install -r requirements.txtor directly with pipenv:
pipenv installExample of usage (prefix the command with pipenv run if you use pipenv):
cookiecutter https://github.com/gpr/cookiecutter-templates.git --directory helmCommon options can bet set in $HOME/.cookiecutterrc config file:
$ cat $HOME/.cookiecutterrc
default_context:
author_name: "Gregory ROMÉ"
author_email: "gpr@users.noreply.github.com"
github_namespace: gpr