openapi-types-generator

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i openapi-types-generator

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

71.7 kB

Total Files

11

Last publish

Collaborators

  • ekoulemaneng