graphql-extensions

v0.1.0
Add extensions to GraphQL servers

clean

rm -rf dist

compile

tsc

watch

tsc -w

prepublish

npm run clean && npm run compile

lint

prettier -l 'src/**/*.ts' && tslint -p tsconfig.json 'src/**/*.ts'

lint-fix

prettier --write 'src/**/*.ts' && tslint --fix -p tsconfig.json 'src/**/*.ts'

Metadata

  • MIT
  • >=6.0
  • Martijn Walraven
  • released 7/19/2018

Downloads