pub / git_activity

Generates Github-style activity graphs as HTML
git clone https://src.jayvii.de/pub/git_activity.git
Home | Log | Files | Exports | Refs | README | RSS

commit 643bbc78abf6a4f8341310bca4c3cb1ad93c602b
parent 0da8ca21916160331b3667989c5d359b7aa0ca09
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 29 Jun 2024 21:12:40 +0200

feat: transform readme to markdown

Diffstat:
DREADME | 20--------------------
AREADME.md | 20++++++++++++++++++++
2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/README b/README @@ -1,20 +0,0 @@ -git_activity -============ - -Please send patches or remarks to <jayvii[AT]posteo[DOT]de> - -Script that generates git-activity bars similar to the "GitHub Activity" graphs -as HTML. - -Written for the integration into my stagit setup, this may be used for other -websites as well (https://src.jayvii.de/pub/stagit-jayvii.de). - -Usage ------ - - ./activity.sh /PATH/TO/GIT/REPO /PATH/TO/ANOTHER/REPO /PATH/TO/MORE/REPOS - -License -------- - -git_activity is licensed under AGPL-3.0-or-later diff --git a/README.md b/README.md @@ -0,0 +1,20 @@ +# git_activity + +Please send patches or remarks to +[jayvii[AT]posteo[DOT]de](jayvii[AT]posteo[DOT]de) + +Script that generates git-activity bars similar to the "GitHub Activity" graphs +as HTML. + +Written for the integration into my stagit setup, this may be used for other +websites as well (https://src.jayvii.de/pub/stagit-jayvii.de). + +## Usage + +```bash +./activity.sh /PATH/TO/GIT/REPO /PATH/TO/ANOTHER/REPO /PATH/TO/MORE/REPOS +``` + +## License + +git_activity is licensed under AGPL-3.0-or-later