tap-dot-b

v1.0.0
A TAP reporter that formats with dots.
reporter tap

build

npm-run-all -s "build:tmp:ts" "build:tmp:es2015" "build:lib"

build:lib

babel --copy-files --no-comments --out-dir lib .tmp/es2015/src

build:tmp:es2015

babel --out-dir .tmp/es5/ .tmp/es2015/

build:tmp:ts

tsc

clean

rimraf ".tmp" "lib"

prepare

npm-run-all -s "clean" "build"

test

nyc node .tmp/es5/test

watch

npm-run-all -p "watch:*"

watch:es2015

npm run build:tmp:es2015 -- --watch

watch:lib

watch --wait 2 'npm run build:lib' '.tmp/es5/src/'

watch:test

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

watch:ts

tsc --watch

Metadata

  • MIT
  • Whatever
  • bouzuya
  • released 6/7/2019

Downloads

Maintainers