2.0.0 • Published 5 years ago

runco v2.0.0

Weekly downloads
3
License
WTFPL
Repository
github
Last release
5 years ago

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:*"
    }
}
2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago