@jcx0/fastify-ts
v0.0.0
Published
<h1 ><b>Fastify OpenAPI Typescript</b></h1>
Downloads
1
Readme
Generate Fastify routing types from OpenAPI specifications. This project is quick hack using the source from @hey-api/openapi-ts.
Features
- supports OpenAPI 2.0, 3.0, and 3.1 specifications
- supports both JSON and YAML input files
- supports external references using json-schema-ref-parser
Usage
Config copied from @hey-api/openapi-ts.
Example server in example/
directory.