swagger-codegen-ts icon indicating copy to clipboard operation
swagger-codegen-ts copied to clipboard

please add a cli

Open ZeeD opened this issue 2 years ago • 2 comments

It seems that this project doesn't expose a cli tool to quickly create typescript files from a spec. It would be really useful, as I want a replacement of https://github.com/swagger-api/swagger-codegen - its typescript code generator is a bit buggy

ZeeD avatar Mar 22 '23 10:03 ZeeD

As alternative to CLI you can try out web version of codegen tool https://github.com/Nedgeva/swagger-codegen-ts-ui If you'll find it's useful please let us know. Maybe it's a good idea to incorporate Web UI into this repo.

Nedgeva avatar Mar 22 '23 13:03 Nedgeva

while the project you mentioned seems fine, it not exactly useful for me. My goal is to automate the generation of the client code that deals with the rest server, and using a UI still requires a manual intervention that - if possible - I want to avoid.

ZeeD avatar Mar 23 '23 11:03 ZeeD