forked from loafle/openapi-generator-original
The current `npx ` command says to use: ``` npx openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/ ``` This however, pulls a similarly-named but different project: [zhang740/openapi-generator](https://www.npmjs.com/package/openapi-generator). This commit fixes this, by using the appropriate package `@openapitools/openapi-generator-cli`