Generate TypeBox validation code from JSON schema files
Creates typebox code from JSON schemas
schema2typebox$ schema2typebox schema.json$ schema2typebox schema.json -o validators.ts$ schema2typebox schema.json --namespace MyTypes$ cat schema.json | schema2typebox$ schema2typebox schema.json -o output.ts --format