@sebspark/openapi-typegen
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

@sebspark/openapi-typegen

Generates types and a routerdefinition from OpenAPI specs

Usage

This is an example assuming that you have one schema, marketdata.json. The name of this file will be used to generate Server and Client names.

This example can be found in @sebspark/openapi-e2e

yarn openapi-typegen -i ./src/schemas/ -o ./src/schemas/

The schema will export all types defined in the OpenAPI spec as well as:

MarketdataAPIServer - a server definition meant to be used with @sebspark/openapi-express

MarketDataAPIClient - a client definition meant to be used with @sebspark/openapi-client

Readme

Keywords

none

Package Sidebar

Install

npm i @sebspark/openapi-typegen

Weekly Downloads

234

Version

1.8.1

License

Apache-2.0

Unpacked Size

46.5 kB

Total Files

6

Last publish

Collaborators

  • believer
  • raduachim
  • alexanderczigler
  • johanobrink