Calculate Stats of github ( git ) project

Lets say we want stats of ORC project

git clone https://github.com/apache/orc.git

Clone gitstats project also

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

Calculate stats

./gitstats /Users/jagatsingh/dev/code/open/orc /Users/jagatsingh/dev/code/open/gitstats/orc_stats
open '/Users/jagatsingh/dev/code/open/gitstats/orc_stats/index.html'

You need following installed on your machine

* Git
* Python
* Gnuplot

No comments:

Post a Comment

Please share your views and comments below.

Thank You.