graphql-input-number

v0.0.10
A configurable custom input number type for GraphQL with sanitization and validation.
configurable custom input number scalar type GraphQL sanitization validation. and 1 more...

build

babel src --out-dir lib

build-watch

babel src --watch --out-dir lib

clear

rm -rf ./lib ./coverage ./.nyc_output

coverage

nyc npm test && nyc report --reporter=text-lcov | coveralls

nyc

nyc npm test && nyc report --reporter=lcov

prepublish

npm run clear && npm test

pretest

npm run build

start

npm test

test

mocha

test-watch

mocha --watch

update-D

npm install --save-dev babel-cli@latest babel-preset-es2015@latest babel-preset-stage-0@latest babel-register@latest chai@latest chai-as-promised@latest coveralls@latest graphql@latest mocha@latest nyc@latest

watch

npm run build-watch & npm run test-watch
npm i graphql-input-number

Metadata

  • MIT
  • Whatever
  • Joon Ho Cho
  • released 9/4/2017

Downloads