https://github.com/regolith-linux/regolith-stage-visualizer
https://github.com/regolith-linux/regolith-stage-visualizer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regolith-linux/regolith-stage-visualizer
- Owner: regolith-linux
- License: apache-2.0
- Created: 2020-07-26T22:30:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T15:41:32.000Z (almost 5 years ago)
- Last Synced: 2025-10-12T12:27:18.021Z (8 months ago)
- Language: JavaScript
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regolith Stage Visualizer
Generates a web page that lists all packages and their versions across the PPAs unstable, stable, and release.
## Build
```bash
$ ./gradlew shadowJar
```
## Run
```bash
$ java -jar build/libs/regolith-stage-visualizer-1.0-SNAPSHOT.jar
```
HTML page will be returned to stdout.