nexus

v0.12.0-beta.7
Scalable, strongly typed GraphQL schema development
graphql schema types typescript

dev

yarn link-examples && tsc -w

test

jest

test:ci

jest -i

build

tsc

lint

tslint -p tsconfig.json

clean

rm -rf dist

format

prettier --write 'src/**/*.ts'

prepublish

yarn clean && yarn lint && yarn build

postpublish

yarn upgrade-deps || echo 'Oops...'

website

cd website && yarn && yarn start

examples

yarn link-examples && cd website && yarn gulp run-examples

deploy-site

cd website && yarn && yarn gulp link-website && yarn build

link-examples

cd website && yarn && yarn gulp link-examples

unlink-examples

cd website && yarn && yarn gulp unlink-examples

upgrade-deps

cd website && yarn && yarn gulp upgrade-deps

ts-ast-reader

cd examples/ts-ast-reader && yarn start

Metadata

  • MIT
  • Whatever
  • Tim Griesser
  • released 8/26/2019

Downloads