Generate types and converters from JSON, Schema, and GraphQL
Перейти к файлу
David Siegel 97d7abcd6f Fix `npm test`
Original commit c4ed030bf90eaa0bcb18f40705a89713c346b664
2017-08-16 23:36:50 -04:00
.vscode Invoke quicktype.main directly 2017-08-15 14:30:34 -04:00
app/public/sample/json Tabs 2017-08-16 22:57:26 -04:00
cli Fix CLI build 2017-08-15 14:44:14 -04:00
src Tabs 2017-08-16 22:57:26 -04:00
test Environment is set in test/test now 2017-08-15 14:30:36 -04:00
.gitignore Add package.locks 2017-08-15 14:30:36 -04:00
.travis.yml Invoke quicktype.main directly 2017-08-15 14:30:34 -04:00
README.md Typo 2017-08-13 09:49:05 -04:00
bower.json Support JSON Schema input from the command line 2017-07-29 13:20:37 -07:00
deploy.sh Simplify Firebase deploy 2017-07-27 20:03:58 -07:00
package-lock.json Better warnings 2017-08-15 14:30:43 -04:00
package.json Fix `npm test` 2017-08-16 23:36:50 -04:00

README.md

Build Status

Setup

$ npm install

Build

$ npm run build

Test

$ npm test

Test only a specific fixture

$ FIXTURE=golang npm test

Fixtures are defined in test/test.ts.

Requirements

Edit

$ code . # open in VSCode

Install the purescript-ide extension in VSCode, then use the command pallete to start the psc-ide server for code completion, etc.

Play

$ npm start

The react app will live-reload when you edit any source.

Deploy

  • Commit to master to deploy quicktype.io.
  • The quicktype CLI will also deploy to NPM if it has a newer version number.