trumbitta / nx-trumbitta

πŸ’‘An attempt to start collecting all of my Nx-related Open Source work in a mono-repo.
MIT License
47 stars 11 forks source link

feat(nx-plugin-openapi): add support for generator templates dir #69

Open JulioC opened 2 years ago

JulioC commented 2 years ago

Supports --template-dir openapi-generator config by exposing it as templateDir in the executor options.

Fixes #30

nx-cloud[bot] commented 2 years ago

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit 3183e7915b66ab7f1dd59f077bfcf1290cfe0e9c. You might need to set the 'NX_BRANCH' environment variable in your CI pipeline.

Check the Nx Cloud Github Integration documentation for more information.


Sent with πŸ’Œ from NxCloud.

trumbitta commented 2 years ago

πŸ‘‹ Hey @JulioC πŸš€ Thank you for taking the time to address this and sorry for the late reply!

This seems pretty straightforward, and useful. πŸ™ Would you mind also adding a test case to the e2e tests?