runco

2.0.0 • Public • Published

version license

runco

A very simple no dependencies way to run multiple npm scripts in parallel / concurrently.

It supports tail wildcards and loads environment variables from .env files automatically.

It also allows child processes to gracefully exit on SIGINT which helps when testing things that need a shutdown procedure.

Example

This sample will run

{
    "name": "some_npm_package",
    "scripts": {
        "dev:client": "node client/index.js",
        "dev:server": "node server/index.js",
        "dev": "runco dev:*"
    }
}

/runco/

    Package Sidebar

    Install

    npm i runco

    Weekly Downloads

    1

    Version

    2.0.0

    License

    WTFPL

    Unpacked Size

    2.97 kB

    Total Files

    8

    Last publish

    Collaborators

    • porsager