Generate types and converters from JSON, Schema, and GraphQL
Перейти к файлу
David Siegel 2141fe9582 Add deployment details
Original commit 9d44b747f8ea351c0830b79feb71d132841890f3
2017-07-24 18:08:15 -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
bin Fix tests 2017-07-23 20:55:04 -07:00
cli Bump version manually to deploy 2017-07-24 18:05:28 -07:00
src More efficient union type 2017-07-23 21:51:51 -07:00
test Script for generating large JSON files 2017-07-23 21:51:51 -07:00
.gitignore Script for testing with awesome JSON list 2017-07-23 08:49:24 -07:00
.travis.yml Bump version manually to deploy 2017-07-24 18:05:28 -07:00
README.md Add deployment details 2017-07-24 18:08:15 -07:00
bower.json Correctly escape attribute strings. Fixes #6 2017-07-20 20:51:47 -07:00
package.json Still working on npm deploy 2017-07-24 17:55:45 -07:00

README.md

Build Status

Setup

$ npm install

Build

$ npm run build

Test

$ npm run 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.