Generate types and converters from JSON, Schema, and GraphQL
Перейти к файлу
David Siegel 5ad2d7df2b Merge pull request #35 from dvdsgl/doc-render-refactor
Cleanup Doc and Renderer

Original commit 4a95cae60c9963125ce2d9a1082e9495f32af853
2017-07-25 20:50:29 -07:00
.vscode Configure all dependencies to work locally 2017-07-12 19:12:20 -07:00
app/public/sample/json Sample without a class 2017-07-23 08:49:22 -07:00
cli Bump CLI 2017-07-25 18:43:38 -07:00
src Tidy 2017-07-25 20:27:37 -07:00
test Tidy 2017-07-25 18:56:38 -07:00
.gitignore Test golang 2017-07-25 13:49:49 -07:00
.travis.yml Bump version manually to deploy 2017-07-24 18:05:28 -07:00
README.md `run` isn't needed for test script 2017-07-25 11:09:44 -07:00
bower.json Correctly escape attribute strings. Fixes #6 2017-07-20 20:51:47 -07:00
package.json Generate source maps 2017-07-25 16:47:05 -07:00

README.md

Build Status

Setup

$ npm install

Build

$ npm run build

Test

$ npm test

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.