json2ts

Compile JSONSchema to TypeScript type declarations

brewmacoslinux
Try with needOr install directly
Source

About

Compile JSONSchema to TypeScript type declarations

Commands

json2ts

Examples

Convert a JSON schema file to TypeScript types$ json2ts -i schema.json -o types.ts
Generate types from a schema with custom namespace$ json2ts -i schema.json -o types.ts --namespace MyTypes
Convert schema from stdin and output to stdout$ cat schema.json | json2ts