An extensible, daemonized process manager.


Keywords
process, manager, cli, supervisor, supervisord, task, runner, spawn, elm, process-manager, task-runner
License
MIT
Install
npm install runa@0.0.7

Documentation

runa

Process manager for developement with a web interface.

⚠️ work-in-progress

Installation

npm install runa --save-dev

Usage

Define tasks in package.json

{
  "runa": {
    "tasks": [
      ["node", "--version"],
      "npm --version"
    ]
  }
}

Then run runa and open http://127.0.0.1:8008.