MatthiasMargot / typegen

Generate source-code types from a swagger-specification file
MIT License
1 stars 1 forks source link

Swagger Typegen

codecov

Install

Run yarn to install dependencies.

Global npm install

Typegen is globally installable as an npm cli tool.

To install it run npm link from the root of the project.

How to generate the type file

typegen example/input.json -o example/output.ts

Parameters