0.1.0 • Published 6 years ago

runa-ui-elm v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

runa

Process manager for developement with a web interface.

:warning: 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.

0.1.0

6 years ago