cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Will --gen-config be available ? #5

Closed gilsdav closed 5 years ago

gilsdav commented 5 years ago

Will you add --gen-config option or must we made a script to do it ?

luisfpg commented 5 years ago

It can be added, but is not a priority right now... The configuration is pretty static... What is the rationale for needing a script for it?

gilsdav commented 5 years ago

Thank's for your answer. It's used in a project generator. So we use --gen-config to generate config files. If it doesn't existe, we will have to make this generation.

luisfpg commented 5 years ago

I'm closing this question, as there are no plans for now to add the --gen-config option (of course, a PR is always welcome).