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

https://github.com/bramtechs/commitchart

WIP. GitHub-like commit counter for a custom directory of git repositories. Runs a HTTP server serving an image for each year.
https://github.com/bramtechs/commitchart

Last synced: 8 months ago
JSON representation

WIP. GitHub-like commit counter for a custom directory of git repositories. Runs a HTTP server serving an image for each year.

Awesome Lists containing this project

README

          

# commitchart

Personal commit count chart generator without any external Java dependencies.
At least Java 18 is required as it utilizes the built-in Java file server.

```console
./gradlew jar

java -jar commitchart-1.0-SNAPSHOT.jar 1280 720 git.doomhowl-interactive.com C:\\dev\\_dump
# | width | height | caption | dir with (bare) repos |
```

![http://localhost:8080/commitchart/2025.png?darkMode=true](dark.png#gh-dark-mode-only)
![http://localhost:8080/commitchart/2025.png?darkMode=false](light.png#gh-light-mode-only)