1.0.0 • Published 11 months ago

openapi-types-generator v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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 ekoulemaneng@gmail.com.