start

v3.0.1
Dead simple tasks runner
tasks runner start

dev

npm run build -- -w

lint

eslint .

test

babel-node test/lib/*.js | tap-spec

build

babel lib/ -d build/

travis

npm run codecov

codecov

codecov --file=coverage/lcov.info --disable=search,gcov

prepush

npm test

pretest

npm run lint

coverage

babel-node ./node_modules/.bin/babel-istanbul cover test/lib/*.js | tap-spec

prebuild

rimraf build/

pretravis

npm run lint

precodecov

npm run coverage

prepublish

npm run build

precoverage

rimraf coverage/

Metadata

  • MIT
  • >=0.12.0
  • Kir Belevich
  • released 2/3/2016

Downloads

Maintainers