argoproj-labs / argo-client-java

⚠️This repository is no longer maintained, please find your Java SDKs https://github.com/argoproj/argo-workflows/blob/master/docs/client-libraries.md
https://github.com/argoproj-labs/argo-client-gen
35 stars 22 forks source link

The code generation process is not documented #5

Open crenshaw-dev opened 4 years ago

crenshaw-dev commented 4 years ago

It seems this repo uses a pretty simple OpenAPI-Generator config to create the client(s).

Perhaps a CONTRIBUTING.md would be the appropriate place for this. It would help folks whose changes rely on modifying the OpenAPI-Generator config itself.

crenshaw-dev commented 4 years ago

Just learned that it's all in the Makefile.

Could still probably use a CONTRIBUTING file, but not as important once you know where the generate code is.