1.0.7 • Published 3 years ago

swagger-codegen-openapi v1.0.7

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

https://img.shields.io/npm/v/swagger-codegen-openapi Commitizen friendly semantic-release Dependabot Status https://img.shields.io/npm/l/swagger-codegen-openapi npm bundle size

OpenAPI Code generator

Installation

npm

npm i swagger-codegen-openapi -D

yarn

yarn add swagger-codegen-openapi -D

Usage

Add this to your scripts and execute generate:api whenever you need to generate APIs

"generate:api" : "generate-api -i swaggerUrl -g typescript-axios"

Documentation

Read more about how to use it in our documentation.