express-graphql

v0.4.9
Create a GraphQL HTTP server with Express.
express 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

babel --optional runtime resources/watch.js | node

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

Maintainers