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

README.md (491B)


      1 # git_activity
      2 
      3 Please send patches or remarks to
      4 [jayvii[AT]posteo[DOT]de](jayvii[AT]posteo[DOT]de)
      5 
      6 Script that generates git-activity bars similar to the "GitHub Activity" graphs
      7 as HTML.
      8 
      9 Written for the integration into my stagit setup, this may be used for other
     10 websites as well (https://src.jayvii.de/pub/stagit-jayvii.de).
     11 
     12 ## Usage
     13 
     14 ```bash
     15 ./activity.sh /PATH/TO/GIT/REPO /PATH/TO/ANOTHER/REPO /PATH/TO/MORE/REPOS
     16 ```
     17 
     18 ## License
     19 
     20 git_activity is licensed under AGPL-3.0-or-later