mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
16 lines
522 B
JSON
16 lines
522 B
JSON
{
|
|
"docker": "{{ cookiecutter.docker }}",
|
|
"email": "{{ cookiecutter.email }}",
|
|
"env": ".env",
|
|
"fastapi": "{{ cookiecutter.fastapi }}",
|
|
"folder_name": "{{ cookiecutter.folder_name }}",
|
|
"gitignore": ".gitignore",
|
|
"license": "{{ cookiecutter.license }}",
|
|
"name": "{{ cookiecutter.name }}",
|
|
"packaging": "{{ cookiecutter.packaging }}",
|
|
"pre_commit": "{{ cookiecutter.pre_commit }}",
|
|
"python": "{{ cookiecutter.python }}",
|
|
"username": "{{ cookiecutter.username }}",
|
|
"year": "{{ cookiecutter.year }}"
|
|
}
|