quicktype-playground

v1.0.0
Self-contained component to embed in websites for generating code from JSON
quicktype json

build

webpack

build:all

npm run build && npm run build:production

build:production

webpack -p --env.production

copy-examples

node utils/copy-examples

release:ci

rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish

release

rm -rf dist && npm run build:all && npm publish

start

webpack-dev-server --port 9000

Metadata

Downloads

Maintainers