graphql-tools

v3.0.0-beta.0
Useful tools to create and manipulate GraphQL schemas.
GraphQL Apollo JavaScript TypeScript Mock Schema Schema Language Tools

clean

rimraf dist

compile

tsc

typings

typings install

pretest

npm run clean && npm run compile

test

npm run testonly --

posttest

npm run lint

lint

tslint src/**/*.ts

watch

tsc -w

testonly

mocha --reporter spec --full-trace ./dist/test/tests.js

coverage

istanbul cover _mocha -- --reporter dot --full-trace ./dist/test/tests.js

postcoverage

remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info

prepublishOnly

npm run compile

prerelease

npm test

prettier

prettier --trailing-comma all --single-quote --write 'src/**/*.ts'

release

standard-version

Metadata

  • MIT
  • Whatever
  • Jonas Helfer
  • released 4/23/2018

Downloads