|
1 | 1 | {
|
2 |
| - "full_name": "Firstname Lastname", |
3 |
| - |
4 |
| - "git_username": "some-username", |
| 2 | + "full_name": "Firstname Lastname", |
| 3 | + |
| 4 | + "git_username": "some-username", |
5 | 5 | "git_repo_name": "some-repo-name",
|
6 |
| - "git_url": "https://github.com/some-username/some-repo-name", |
7 |
| - "app_description": "A short description", |
8 |
| - "app_version": "0.1.0", |
| 6 | + "git_url": "https://github.com/{{ cookiecutter.git_username }}/{{ cookiecutter.git_repo_name }}", |
| 7 | + "app_description": "A short description", |
| 8 | + "app_version": "0.1.0", |
9 | 9 | "app_documents_location": ["readthedocs.io", "github-pages"],
|
10 | 10 | "app_documents_theme": ["sphinx_rtd_theme", "alabaster"],
|
11 | 11 | "__app_name": "{{ cookiecutter.git_repo_name.lower().replace(' ', '_').replace('-', '_') }}",
|
|
14 | 14 | "include_webpages": ["n", "y"],
|
15 | 15 | "container_runtime": ["podman", "docker"],
|
16 | 16 | "__template_repo": "https://github.com/btr1975/cookiecutter-python-fastapi-openapi",
|
17 |
| - "__template_version": "1.0.8", |
| 17 | + "__template_version": "1.0.9", |
18 | 18 | "_new_lines":"\n",
|
19 | 19 | "_copy_without_render": [
|
20 | 20 | "{{cookiecutter.__app_name}}/templates",
|
|
23 | 23 | "__prompts__": {
|
24 | 24 | "full_name": "Your Full Name",
|
25 | 25 | "email": "Your E-Mail Address",
|
26 |
| - "git_username": "Your GitHub Username", |
| 26 | + "git_username": "Your GitHub Username or GitHub Organization Name", |
27 | 27 | "git_repo_name": "The Repository Name",
|
28 | 28 | "git_url": "The full GIT URL",
|
29 | 29 | "app_description": "A short description",
|
|
0 commit comments