-
Bastien Abadie authoredBastien Abadie authored
.cookiecutter.json 258 B
{
"slug": "{{ cookiecutter.slug }}",
"name": "{{ cookiecutter.name }}",
"description": "{{ cookiecutter.description }}",
"worker_type": "{{ cookiecutter.worker_type }}",
"author": "{{ cookiecutter.author }}",
"email": "{{ cookiecutter.email}}"
}