json-ts-cli
v1.0.2
Published
Cli to convert JSON to TS Interface
Downloads
2
Readme
CLI to convert JSON to Typescript Interface
Installation
# Using NPM:
npm install -g json-ts-cli
Usage
CLI
A CLI utility is provided with this package.
toTs --file="<file.json>"
# or
toTs -f="<file.json>"