intellij-openapi-generator
intellij-openapi-generator copied to clipboard
Add build job or console example
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
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.