nonocast / issues

personal blog (outdate)
1 stars 0 forks source link

gitstats #75

Open nonocast opened 4 years ago

nonocast commented 4 years ago

install

git clone git://github.com/hoxu/gitstats.git

然后根据系统作link

ln -s ./gitstats/gitstats /usr/local/bin/gitstats

第一个参数是source, clone下来中的gitstats

usage

gitstats <your-project-dir> <your-project-dir>/stats

如果直接在项目目录中可以直接gitstats . stats

生成后open <your-project-dir>/stats/index.html即可

Screen Shot 2020-02-23 at 1 17 25 AM

待解决问题:

CanMusic commented 4 years ago

生成后缺少gitstats.css和sortable.js,没去找解决办法,直接从repo中复制过来

ln -s ./gitstats/gitstats.css /usr/local/bin/gitstats.css ln -s ./gitstats/sortable.js /usr/local/bin/sortable.js ln -s ./gitstats/arrow-up.gif /usr/local/bin/arrow-up.gif ln -s ./gitstats/arrow-down.gif /usr/local/bin/arrow-down.gif ln -s ./gitstats/arrow-none.gif /usr/local/bin/arrow-none.gif 可解决。