superhin

gitstats是一个Git项目统计工具,可以统计git项目代码提交量,提交者的贡献量及活动热力图等信息,如下图。
gitstats

gitstats

gitstats基于Python2.7,使用git log命令生成统计信息,基于gnuplot生成统计图,因此使用前应先安装git和gnuplot
Mac OS可以使用brew安装

brew install git
brew install gnuplot

由于Python2.7接近停止维护,gitstats可以使用本人Fork的支持Python3版本的gitstats。
项目地址:https://github.com/hanzhichao/gitstats
使用方法

git clone https://github.com/hanzhichao/gitstats.git
cd gitstats
python3 gitstats.py git项目目录 reports/

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2021-09-20
  • 2022-12-23
  • 2021-06-04
  • 2021-12-09
  • 2021-06-05
猜你喜欢
  • 2022-03-01
  • 2022-12-23
  • 2021-10-20
  • 2021-07-17
  • 2021-10-17
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案