cross-process-lock

v2.0.1
Cross-process file locking solution with lock-queue
file lock

tsc:watch

tsc -w

build

npm run clean && npm run buildUpdate && npm test

buildUpdate

npm run compile && npm run copyToDist

copyToDist

copyfiles -f *.txt *.md package.json dist

clean

rimraf ./dist ./reports ./docs ./tmp-*

test

cross-env JEST_JUNIT_OUTPUT_DIR=./reports/junit jest

tslint

tslint -c tslint.json ./src/*.ts ./tests/*.ts --fix

compile

tsc && npm run tslint

Metadata

  • MIT
  • >=6.0.0
  • Laszlo Szikszai
  • released 1/28/2021

Downloads

Maintainers