yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to use without xcode?

nhoughto opened this issue · comments

It would be great to use this without xcode, or to be more exact to run it in docker, like the official swagger codegen? Having xcode as a dependency really limits options for using this where the team maintaining the swagger definition is not iOS devs (no mac or no xcode). Not sure how it fits but swift can run server-side via clang on linux, does that help? 🤷‍♂ 🤞

Hi @nhoughto, once #157 is merged I'll build a docker image with SwagGen and make it publicly available. Stay tuned!

Sounds great @Kastet!

@Kastet So... #157 has been merged. Were you able to build a docker image?