git 代码统计工具 gitinspector 使用教程
官网:https://github.com/ejwa/gitinspector
安装:npm i -g gitinspector
使用:
1.下载你的git工程到本地
2.在命令行下 切换到git工程下
3.运行命令
gitinspector –format=html –timeline –localize-output -w .> /data/gitresult.html
说明:gitresult.html为统计结果文件