Generate a minimal FastAPI service with app code, tests, Dockerfile, and environment example.
Use this when starting a small internal API, service prototype, or baseline for a platform team's Python web service standard.
structkit generate --vars "service_name=DemoAPI,module_name=app,description=A small FastAPI service generated by StructKit." examples/fastapi-service/.struct.yaml ./demo-fastapi-serviceREADME.mdpyproject.tomlapp/main.pytests/test_health.pyDockerfile.env.example.gitignore
- Override
service_nameandmodule_nameto match your repo and Python import name. - Extend the generated health endpoint with your real dependency checks.