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.
Update the contribution guide to suggest the use of
npx
to runopenapi-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.