mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
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`