quicktype/cli
David Siegel 7c4b1f038b Bump CLI
Original commit ae456b05a485cca1cf3a0462b7d4fef7174385ef
2017-07-25 18:43:38 -07:00
..
.gitignore Separate CLI 2017-07-23 20:41:41 -07:00
README.md Separate CLI 2017-07-23 20:41:41 -07:00
package.json Bump CLI 2017-07-25 18:43:38 -07:00
quicktype.js Try to use the local install if present 2017-07-25 16:26:07 -07:00

README.md

quicktype

Quickly generate types from data

Options

  • --src file|url The JSON file or url to type.
  • --lang cs The target language.
  • -h, --help Get some help.

Examples

$ quicktype --lang cs https://blockchain.info/latestblock > LatestBlock.cs