nexus

v0.6.2
Scalable, strongly typed GraphQL schema development

dev

yarn link-examples && tsc -w

test

jest

build

tsc

lint

tslint -p tsconfig.json

clean

rm -rf dist

prepublish

yarn clean && yarn lint && yarn build

website

cd website && yarn && yarn start

examples

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

link-examples

cd website && yarn && gulp link-examples

unlink-examples

cd website && yarn && gulp unlink-examples

upgrade-deps

cd website && yarn && gulp upgrade-deps

ts-ast-reader

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

Metadata

  • MIT
  • Whatever
  • Tim Griesser
  • released 12/13/2018

Downloads