json-to-ts-cli
v1.0.2
Published
A CLI for www.jsontots.com
Downloads
49
Readme
json-to-ts-cli
A tiny module that takes an input file of JSON and outputs the generated TypeScript interfaces to STDOUT.
Usage
npx json-to-ts-cli input.json > interfaces.ts
Credits 🎉
Marius Alch for the amazing json-to-ts module.