This is the home for Intility FastAPI templates.
- Depends on
cruft
(which depends and is built on top ofcookiecutter
) pre_gen_project.py
runs before cookiecutter is run.post_gen_project.py
runs after cookiecutter is run. This will remove files based on selections.
In order to use the latest released template, please follow the documentation over at create.intility.app.
- Create a venv from the
fastapi
folder
poetry update
- Make your changes
- Use
cookiecutter
to test your local version.
cookiecutter fastapi