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: 4 months ago
JSON representation
Process manager for developement with a web interface.
- Host: GitHub
- URL: https://github.com/ratson/runa
- Owner: ratson
- Created: 2017-11-29T16:25:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T16:31:11.000Z (over 5 years ago)
- Last Synced: 2025-10-06T20:55:20.321Z (8 months ago)
- Topics: elm, process-manager, task-runner
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.