Skip to content

SAUcn/gitstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

统计

得到非常详细的统计,例如提交时间表,代码随时间的增长曲线等

git clone 
cd gitstats
./gitstats <你的项目的位置> <生成统计的文件夹位置>

ps:可能会提示没有安装gnplot画图程序,那么需要安装再执行:

//mac osx
brew install gnplot
//centos linux
yum install gnplot
//ubuntu linux
apt-get insall gnuplot

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.7%
  • JavaScript 15.8%
  • CSS 2.7%
  • Makefile 1.8%