concurrently

v8.0.0
Run commands concurrently
bash concurrent parallel concurrently command sh

lint

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

test

jest

build

tsc --build

clean

tsc --build --clean

format

prettier --check '**/*.{json,y?(a)ml,md}'

lint:fix

pnpm run lint --fix

postbuild

chmod +x dist/bin/concurrently.js

format:fix

pnpm run format --write

report-coverage

cat coverage/lcov.info | coveralls

Metadata

  • MIT
  • ^14.13.0 || >=16.0.0
  • Kimmo Brunfeldt
  • released 3/28/2023

Downloads