MCPcopy
hub / github.com/ycd/manage-fastapi / generate_app

Function generate_app

manage_fastapi/generator.py:28–29  ·  view source on GitHub ↗
(context: AppContext)

Source from the content-addressed store, hash-verified

26
27
28def generate_app(context: AppContext):
29 fill_template("app", context)
30
31
32def generate_project(context: ProjectContext):

Callers 1

startappFunction · 0.90

Calls 1

fill_templateFunction · 0.85

Tested by

no test coverage detected