Fork至hoxu/gitstats
修改并适配了Python3
- 修改print -> print()
- 修改map() -> list(map())
- 修改 Pipline output -> output.decode()
- 添加了部分中文注释
- 安装gnuplot,用以生成交互式图表,
Mac OS可以使用
brew install gnuplot
安装 Windows可以从 https://sourceforge.net/projects/gnuplot/ 下载安装 - 进入项目目录,使用以下命令运行。
python3 gitstats Git项目目录 报告目录
- 使用浏览器打开 报告目录/index.html