Transforms JSON into various type definitions
Currently supports:
- JSON -> Flow
- JSON -> TypeScript
- JSON -> React PropTypes
  -t --to  <output>  set output format
curl <someurl> | ./index.js -t flow
- Publish as NPM package
- Support the rest of the transformations