We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wish the Readme would explain how to run this lib via npm commands. If I'm right, it's:
npm install -D apigen-ts npm exec -- apigen-ts https://petstore3.swagger.io/api/v3/openapi.json ./api-client.ts
The text was updated successfully, but these errors were encountered:
Hi, @MR4online. If you use NPM you can run with npx, like: npx apigen-ts https://petstore3.swagger.io/api/v3/openapi.json ./api-client.ts.
npx
npx apigen-ts https://petstore3.swagger.io/api/v3/openapi.json ./api-client.ts
Sorry, something went wrong.
Thanks! But anyway, it's missing in the readme of an npm package, which would make it easier for beginners.
No branches or pull requests
I wish the Readme would explain how to run this lib via npm commands.
If I'm right, it's:
The text was updated successfully, but these errors were encountered: