dispatch-client

v0.0.1-rc8
Universal javascript client for the Dispatch API

build:umd

webpack src/ dist/dispatch-client.umd.js --config webpack.generate.umd.config.js

compile

babel --modules amd -d lib/ src/ --ignore *-test.*.js

cover

npm run lint:nofix && babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha src/**/*-test.unit.js

lint

jscs --fix . && npm run lint:nofix

lint:nofix

eslint ./src

prepublish

npm run test && npm run compile && npm run build:umd

test

npm run lint:nofix && npm run test:all

test:all

mocha --compilers js:babel-register src/**/*-test.*.js

test:watch

npm run test:all -- --watch

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/1/2016

Downloads

Maintainers