apollo-engine

v0.9.0-test.2
Sideload Apollo Engine in front of your graphql server

clean

rm -rf lib

compile

tsc

watch

tsc -w

prepare

npm run clean && npm run compile

pretest

tsc

test

mocha

pretravis

npm run compile

travis

istanbul cover _mocha -- --timeout 5000 --full-trace ./test/*.js

lint

tslint -p tsconfig.json src/*.ts

Metadata

Downloads