typescript tools?
https://github.com/YousefED/typescript-json-schema
https://github.com/vega/ts-json-schema-generator
Composable:
- Write typescript
- generate jsonschema
npx ts-json-schema-generator --path example/transformers/filterByValue/options.ts --type 'Options' > example/transformers/filterByValue/options.schema.gen.json
- generate golang
npx quicktype --package xxx --just-types -s schema example/transformers/filterByValue/options.schema.gen.json -o example/transformers/filterByValue/options.gen.go