A quick CLI tool that converts AVRO schemas to typescript d.ts
files.
avro-typescript --input 'schemas/**/*.avsc' --outputDir 'types'
avro-typescript --input 'schemas/**/*.avsc' --input 'events/**/*.avsc' --outputDir 'types'
- Allow Logical types to be passed in from a file