Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratson/runa

Process manager for developement with a web interface.
https://github.com/ratson/runa

elm process-manager task-runner

Last synced: about 1 month ago
JSON representation

Process manager for developement with a web interface.

Awesome Lists containing this project

README

        

# 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`
```json
{
"runa": {
"tasks": [
["node", "--version"],
"npm --version"
]
}
}
```

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