gitstats 是一个很不错的git 代码提交分析工具,可以帮助我们生成图表统计结果
http://gitstats.sourceforge.net/
使用centos 系统
yum install gitstats
git clone https://github.com/statsbotco/cube.js.git
mkdir result # 存放目录
gitstats cube.js result
生成的html 报告
使用gitstats 做为ci/cd 的一个工具,集合git 软件的webhooks 功能,我们可以很方便的进行代码的分析,对于生成的html 报告我们可以结合
s3,gitlab pages 等方便的进行存储访问,如果和容器集成起来,也是很不错的,类似的工具也挺多的 git-sizer
gitbase
http://gitstats.sourceforge.net/
https://github.com/hoxu/gitstats
原文:https://www.cnblogs.com/rongfengliang/p/10824751.html