koxudaxi / fastapi-code-generator

This code generator creates FastAPI app from an openapi file.
MIT License
1.08k stars 109 forks source link

Add `--model-template-dir` option #447

Open chantera opened 4 months ago

chantera commented 4 months ago

This PR adds --model-template-dir to specify custom_template_dir when initializing OpenAPIParser, which gives flexibility in model generation.

I think this PR will solve #433.