lbaker
6 years agoOccasional Visitor
Swagger custom code generation
I'm looking to take the aspnetcore server stub and make some modifications to it. Based on the documentation, it seems you start with a base scaffod and work out from there.
What I'd like to do is to clone the existing aspnetcore source, modify it, and create a new generator (see https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/aspnetcore).
Is this possible?