run-all-the-things

0.2.0 • Public • Published

run-all-the-things

👟 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"'
]);
 

/run-all-the-things/

    Package Sidebar

    Install

    npm i run-all-the-things

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    2.11 kB

    Total Files

    4

    Last publish

    Collaborators

    • omrilotan