1.1.1 • Published 3 years ago

@borduhh/avro-typescript-generator v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

avro-typescript-generator

A quick CLI tool that converts AVRO schemas to typescript d.ts files.

Usage

Basic Usage

avro-typescript --input 'schemas/**/*.avsc' --outputDir 'types'

Multiple Inputs

avro-typescript --input 'schemas/**/*.avsc' --input 'events/**/*.avsc' --outputDir 'types'

Future Improvements

  • Allow Logical types to be passed in from a file