beater

v0.3.0
beater: bouzuya's easy test runner. it is inspired by eater.
beater bouzuya eater runner test

build

tsc && npm run copy

clean

rm -rf .tmp/ lib/

copy

([ -d lib/ ] || mkdir -p lib/) && cp -R .tmp/src/* lib/

prepublish

typings install && npm run build

test

./bin/beater.sh

watch

parallelshell 'tsc --watch' 'npm run watch-copy' 'npm run watch-test'

watch-copy

watch --wait 2 'npm run copy' '.tmp/src/'

watch-test

watch --wait 2 'npm test' '.tmp/test/'

Metadata

  • MIT
  • Whatever
  • bouzuya
  • released 6/8/2016

Downloads

Maintainers