Takes in a typescript file and generates a set of decoders based on the types contained therein.
npm install -g decoders-generator
cat ./input-file.ts | decoders-generator > outfile.ts
cat ./input-file.ts | decoders-generator --tag=kind > outfile.ts
cat ./input-file.ts | decoders-generator --namespacedImport > outfile.ts