cookiecutter-django/cookiecutter.json
2015-01-13 08:39:10 -08:00

11 lines
377 B
JSON

{
"project_name": "project_name is the title of the project.",
"repo_name": "{{ cookiecutter.repo_name|replace(' ', '_') }}",
"author_name": "Your Name",
"email": "Your email",
"description": "A short description of the project.",
"domain_name": "example.com",
"version": "0.1.0",
"now": "2015/01/13",
"year": "{{ cookiecutter.now[:4] }}"
}