onchange

v7.0.1
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
glob watch change

prettier

prettier --write

format

npm run prettier -- "{,{src,test}/**/}*.{js,jsx,ts,tsx,json,md,yml,yaml}"

build

rimraf dist/ && tsc

test

echo "npm run test:local"

test:local

node test/queue.js && node test/concurrent.js

prepare

npm run build

Metadata

  • MIT
  • Whatever
  • Stephen Belanger
  • released 4/28/2020

Downloads