Search code examples
githubmetrics

Is there a way to generate metrics for a GitHub project?


I've several GithHub projects and I wanted to know the metrics of these projects.

Is there a tool to generate metrics for a given GitHub project? Even very basic metrics like LOC would be enough (even though more complete metrics would be appreciated).

I just discovered that there was a great service, Caliper, doing that, but that has been closed. Is there another services of this kind?


Solution

  • I found two solutions:

    • ohloh: you can put your project on the site and it will analyze your source code and provide some interesting statistics
    • GitStats: a simple statistics generator for any Git repository on your computer