openapi-generator-cli
openapi-generator-cli copied to clipboard
Generator service support custom
Follow up to #335 adding custom generator support to the generator service:
- honouring the command line argument
--custom-generator=foo.jar - new
customJarPathproperty ofgeneratorsin openapitools.json
I had to modify package.json to force rxjs to 6.0.0 or it wouldn't build due to the common webpack 4 vs 5 tap issues. Also fixed one of the unrelated tests because it was using a hardcoded /tmp and it wasn't passing on macOS.
@sammys, this now has conflicts that need to be resolved.