cross-process-lock

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

build

npm run buildUpdate && npm test && npm run docs

buildUpdate

npm run clean && npm run compile && npm run copyToDist

copyToDist

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

docs

typedoc --out ./docs ./src && touch ./docs/.nojekyll

clean

rimraf ./dist ./docs ./reports ./coverage

test

dotenv-ng --var JEST_JUNIT_OUTPUT_DIR=./reports -- jest --coverage

lint

eslint . --ext .ts --fix

compile

tsc && npm run lint

Metadata

  • MIT
  • >=14.0.0
  • Laszlo Szikszai
  • released 2/15/2023

Downloads

Maintainers