Generates TypeBox code from JSON schemas
Creates typebox code from JSON schemas
schema2typebox
$ schema2typebox < schema.json > types.ts
$ schema2typebox --input schema.json --output types.ts
$ cat my-schema.json | schema2typebox