graphql-tools

v2.8.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 $(find src | grep 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 11/18/2017

Downloads