express-graphql

v0.6.2
Production ready GraphQL HTTP middleware.
express connect http graphql middleware api

prepublish

. ./resources/prepublish.sh

test

npm run lint && npm run check && npm run testonly

testonly

mocha $npm_package_options_mocha

lint

eslint src

check

flow check

build

rm -rf dist/* && babel src --ignore __tests__ --out-dir dist

watch

node resources/watch.js

cover

babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha

cover:lcov

babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha

preversion

npm test

Metadata

Downloads