Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ratson/runa
- Owner: ratson
- Created: 2017-11-29T16:25:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T16:31:11.000Z (about 4 years ago)
- Last Synced: 2024-05-01T22:22:17.505Z (8 months ago)
- Topics: elm, process-manager, task-runner
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- 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`.