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为统计结果文件

git 代码统计工具 gitinspector 使用教程

相关文章:

  • 2021-09-11
  • 2021-12-04
  • 2022-01-11
  • 2022-02-11
  • 2021-11-29
  • 2021-11-18
猜你喜欢
  • 2021-12-07
  • 2021-06-10
  • 2021-07-24
  • 2021-12-25
  • 2022-03-01
  • 2021-08-25
  • 2021-11-28
相关资源
相似解决方案