1.3.2 • Published 2 years ago

decoders-generator v1.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago