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.
- Host: GitHub
- URL: https://github.com/bramtechs/commitchart
- Owner: bramtechs
- License: gpl-3.0
- Created: 2025-08-03T08:27:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T23:53:40.000Z (11 months ago)
- Last Synced: 2025-08-31T11:18:50.895Z (10 months ago)
- Language: Java
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
```

