OpenAPITools / openapi-generator-bazel

Bazel plugin for OpenAPI Generator
Apache License 2.0
66 stars 48 forks source link

Add config and templateDir tags #41

Closed thucngyyen closed 1 year ago

thucngyyen commented 1 year ago

Add support for templateDir and config tag:

Add CI workflow to make sure generator works, however, missing the functionality to check on generated artifact. Will create following issue for this.

Note for @wing328 : you might want to enable protection rule on master

thucngyyen commented 1 year ago

@wing328 can you take a look?

wing328 commented 1 year ago

@thucngyyen thanks for the PR 👍

Can you please PM me via Slack when you've time to have a quick chat (IM) on this?

https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g

wing328 commented 1 year ago

Tests passed via https://github.com/OpenAPITools/openapi-generator-bazel/pull/42

Thanks for the PR and the CI tests 👍