1.3.2 • Published 3 years ago

decoders-generator v1.3.2

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

decoder-generator

Takes in a typescript file and generates a set of decoders based on the types contained therein.

Installlation

npm install -g decoders-generator

Usage

Basic usage

cat ./input-file.ts | decoders-generator > outfile.ts

Support for tagged unions

cat ./input-file.ts | decoders-generator --tag=kind > outfile.ts
1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago