OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.82k stars 6.58k forks source link

New TypeScript Koa2 server generator #3011

Open wing328 opened 5 years ago

wing328 commented 5 years ago

We would like to create a new server generator for TypeScript Koa2:

Ref: https://github.com/dai1975/swagger-codegen-typescript-koa2#readme

cc @dai1975

Similar to how other new generators are created, we can re-engineer the new generator and template based on TypeScript Koa2 server-side code.

dai1975 commented 5 years ago

In near future, I will not use a Swagger/OpenApi in my business, so I would not to spend time for my old code. I think It is good way to create new product if anyone need more maintained code.

wing328 commented 5 years ago

Understood. Let's see if anyone from the community is interested in moving this project forward with new code written from scratch or based on the code you've written so far.

All the best with your new projects.

HiromiShikata commented 5 years ago

I haven't used a generator, but I'm interested in creating a koa2 generator.

moving this project forward with new code written from scratch or based on the code you've written

hmm.... ...I think both are good.

I haven't base code that I think best for generator now. I want to think about it, but I need time a little bit more. If someone is in a hurry, I think this code is good for a base.