A command to generate beautyfull git stats chart.
global install git-chart
npm install git-chart -g
just run
git-chart export
this will get the the stats data from current folder repo and current branch. and then generate the html files folder in ./git-chart-output
.
more configuration will come...