kroegerama / openapi-kgen

Generate modern API Clients in Kotlin from OpenAPI specifications. Supports OpenAPI >= 3.0.0.
Apache License 2.0
22 stars 4 forks source link

How to contribute #6

Closed ArjixWasTaken closed 1 year ago

ArjixWasTaken commented 1 year ago

I'd like to improve the code-gen, but I don't know how to start. Can you please provide your dev setup?

ArjixWasTaken commented 1 year ago

I'm not asking for a tutorial, just what steps are necessary in order to use my local fork of the plugin.

ArjixWasTaken commented 1 year ago

Ig I'll use it as a cli since you did include that

kroegerama commented 1 year ago

In theory, you should be able to just checkout the code and open it in IntelliJ (the free community edition will work fine).

Yes, as you have found out the best way to test while developing is using the CLI. You can create a run configuration in IntelliJ and include the CLI parameters.