1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/manage_fastapi/templates/project/cookiecutter.json
Marcelo Trylesinski 4dc07fc332 ♻️ Change the structure completely
2020-12-07 14:42:54 -03:00

9 lines
255 B
JSON

{
"name": "{{ cookiecutter.name }}",
"packaging": "{{ cookiecutter.packaging }}",
"username": "{{ cookiecutter.username }}",
"email": "{{ cookiecutter.email }}",
"python": "{{ cookiecutter.python }}",
"fastapi": "{{ cookiecutter.fastapi }}"
}