schema2typebox

Generates TypeBox code from JSON schemas

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Creates typebox code from JSON schemas

Commands

schema2typebox

Examples

Convert a JSON schema file to TypeBox code$ schema2typebox < schema.json > types.ts
Generate TypeBox types from a schema with custom output$ schema2typebox --input schema.json --output types.ts
Pretty print TypeBox output from stdin$ cat my-schema.json | schema2typebox