openapi-types-generator
v1.0.0
Published
TypeScript CLI library generating TypeScript interfaces in compliance with a given OpenAPI specification. For 3.1.x and 3.0.x OpenAPI versions.
Downloads
9
Maintainers
Readme
OpenAPI Types Generator
openapi-types-generator is a TypeScript CLI library generating TypeScript interfaces in compliance with a given OpenAPI specification. For 3.1.x and 3.0.x OpenAPI versions.
Installation
npm install openapi-types-generator
or
yarn add openapi-types-generator
Usage
openapi-types-generator -i path-to-openapi-schema-file -o path-to-openapi-interfaces-file
or (without installing)
npx openapi-types-generator -i path-to-openapi-schema-file -o path-to-openapi-interfaces-file
License
This package is licensed under the MIT License.
Contact
If you have any questions or issues, please contact the package maintainer at [email protected].