RodolpheFouquet / git-stats

Small app to get stats for gpac-licensing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Git-stats

How to build:

To install dependencies install gpm https://github.com/pote/gpm

wget https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm && chmod
+x gpm && sudo mv gpm /usr/local/bin

And type

gpm install 

Dumps the number of additions and deletions from a repostory or a subtree of the repository

Usage: git-stats -repo=repo_path [options]
  -config string
    	[optional] Path to the configuration file
  -help
    	[optional] Displays this helps and quit
  -repo string
    	[mandatory] Path to the git repository
  -subtree string
    	[optional] Subtree you want to parse (default "/")

Alt text

About

Small app to get stats for gpac-licensing.


Languages

Language:Go 98.3%Language:Makefile 1.7%