We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd0669 + 89e81cf commit 0249b43Copy full SHA for 0249b43
cookiecutter.json
@@ -1,6 +1,6 @@
1
{
2
"project_name": "project_name",
3
- "repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
+ "repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
4
"author_name": "Your name (or your organization/company/team)",
5
"description": "A short description of the project.",
6
"year": "2016",
0 commit comments