nodemux
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Nodemux

Runs multiple shell commands described in nodemux.json and pipes output to a browser window. Allows control over starting/stopping each task as well as filtering on the logs.

Install

npm i -g nodemux

Usage

Run it in any folder which has a nodemux.json file

nodemux --port=9999
// 9999 is default port if none provided

nodemux.json example

Command can be specified as an object with a friendly name or a string.

// nodemux.json
{
    "commands": [
        {
            "friendlyName": "my script +1",
            "value": "cd test-scripts && node counter --increment=1"
        },
        "cd test-scripts && node counter --increment=2"
    ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    22
    • latest

Version History

Package Sidebar

Install

npm i nodemux

Weekly Downloads

22

Version

0.2.2

License

ISC

Unpacked Size

9.1 MB

Total Files

52

Last publish

Collaborators

  • vvolfster