0.2.0 • Published 5 years ago

run-all-the-things v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

run-all-the-things npm.io npm.io

👟 Run scripts in parallel

CLI runs NPM scripts

npm i run-all-the-things -D

And run in NPM scripts

things test lint

Use as an NPX module without installing

npx run-all-the-things test lint

Package executes shell commands in parallel

const run = require('run-all-the-things');

await run([
	'npm t',
	'npm run lint',
	'echo "number three"'
]);
0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago