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.
1 parent 437930b commit b279d45Copy full SHA for b279d45
cookiecutter.json
@@ -6,9 +6,9 @@
6
"requirements": "fastapi,overrides",
7
"github_user": "github-user",
8
"github_token_pass_command": "pass github_api_token",
9
- "repo_name": "{{ github_user }}/{{ project_slug_hyphen }}",
10
- "repo_url": "https://github.com/{{ repo_name }}",
11
- "docs_url": "https://{{ github_user }}.github.io/{{ project_slug_hyphen }}/",
+ "repo_name": "{{ cookiecutter.github_user }}/{{ cookiecutter.project_slug_hyphen }}",
+ "repo_url": "https://github.com/{{ cookiecutter.repo_name }}",
+ "docs_url": "https://{{ cookiecutter.github_user }}.github.io/{{ cookiecutter.project_slug_hyphen }}/",
12
"author": "Author Name",
13
"author_email": "author@email.org"
14
}
0 commit comments