Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")
}
```