Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 361 Bytes

OpenAPI Typescript Axios Client Generator

Install

npm install github:stackbox-dev/nodejs-openapi-gen

Run Directly

Use npx

npx github:stackbox-dev/nodejs-openapi-gen <path-to-openapi.json> <output-dir>

Use npm install -g

npm install -g github:stackbox-dev/nodejs-openapi-gen
openapi-gen <path-to-openapi.json> <output-dir>