nlpsandbox / nlpsandbox-client

Python client to interact with the NLP Sandbox
Apache License 2.0
3 stars 3 forks source link

Use npx to run the openapi-generator #207

Open tschaffter opened 2 years ago

tschaffter commented 2 years ago

Update the contribution guide to suggest the use of npx to run openapi-generator-cli instead of assuming it to be already installed. Also prevent installing it globally.

Future improvement: Add a package.json and add openapi-generator as a script like we do for the data node and PHI tools.