Skip to content

Generate types and converters from JSON, Schema, and GraphQL

License

Notifications You must be signed in to change notification settings

ArgusHQ/quicktype

Repository files navigation

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.js.

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.

About

Generate types and converters from JSON, Schema, and GraphQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.6%
  • Other 2.4%