concurrently

v7.4.0
Run commands concurrently
bash concurrent parallel concurrently command sh

lint

eslint . --ext mjs,js,ts --ignore-path .gitignore

test

jest

build

tsc --build

clean

tsc --build --clean

format

prettier --ignore-path .gitignore --check '**/{!(package-lock).json,*.y?(a)ml,*.md}'

lint:fix

npm run lint -- --fix

postbuild

chmod +x dist/bin/concurrently.js

format:fix

npm run format -- --write

prepublishOnly

npm run build

report-coverage

cat coverage/lcov.info | coveralls

Metadata

  • MIT
  • ^12.20.0 || ^14.13.0 || >=16.0.0
  • Kimmo Brunfeldt
  • released 9/7/2022

Downloads