intellij-openapi-generator icon indicating copy to clipboard operation
intellij-openapi-generator copied to clipboard

Add build job or console example

Open CLTanuki opened this issue 3 years ago • 0 comments

Since API is going to change, it would be nice to have a job configuration for client code generation (or some other code generation) on demand or even chained with build and test jobs.

It is assumed that job configuration will solve the following tasks:

  • Generation settings persistence (now they are lost after each plugin run)
  • Automation of code generation task with the help of compound cofiguration image

An excellent addition would be the output of an example of calling the generator with the options selected through the GUI, since this will allow us to perform similar tasks on the build servers within the CI / CD pipe.

CLTanuki avatar Aug 21 '21 18:08 CLTanuki