swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.98k stars 6.03k forks source link

How to use customized generators in v3? #8919

Open colep-ntap opened 5 years ago

colep-ntap commented 5 years ago
Description

I would like the ability to fork the swagger-codegen-generators repository and customize a generator for my specific use case.

This is something I was able to do in v2.4.0 but now that the generators are split into their own directory I am unsure of how to point swagger-codegen at my customized swagger-codegen-generators repository.

Swagger-codegen version

3.0.0

UnHumbleBen commented 4 years ago

+1 Same question