Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowbahdoe/progrock
A functional Java progress bar for the command line
https://github.com/bowbahdoe/progrock
Last synced: 7 days ago
JSON representation
A functional Java progress bar for the command line
- Host: GitHub
- URL: https://github.com/bowbahdoe/progrock
- Owner: bowbahdoe
- License: epl-1.0
- Created: 2023-08-31T02:56:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T20:53:28.000Z (7 months ago)
- Last Synced: 2024-04-18T21:50:05.304Z (7 months ago)
- Language: Java
- Size: 69.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# progrock
[![javadoc](https://javadoc.io/badge2/dev.mccue/progrock/javadoc.svg)](https://javadoc.io/doc/dev.mccue/progrock)
[![tests](https://github.com/bowbahdoe/progrock/actions/workflows/test.yml/badge.svg)](https://github.com/bowbahdoe/progrock/actions/workflows/test.yml)A functional Java progress bar for the command line.
This is a translation of the [Clojure library of the same name](https://github.com/weavejester/progrock)
from the ever talented [James Reeves](https://github.com/weavejester).## Dependency Information
### Maven
```xml
dev.mccue
progrock
2023.08.30```
### Gradle
```
dependencies {
implementation("dev.mccue:progrock:2023.08.30")
}
```