Pretty cool tool for analyzing your Git repos – GitInspector. Thanks to @zachdevelop for discovering, figuring out how to use, and sharing it.
Here’s a sample command for analyzing some C#, JavaScript, .NET web services, ASP.Net, and F#:
Windows:
py C:\pathToGitInspector\gitinspector.py --format=html -r -m --file-types="cs,js,asax,ascx,asmx,aspx,cshtml,fs" | Out-File C:\git_output.html
Mac:
gitinspector.py --format=html -f="coffee,rb,js,json,feature,haml,erb,html" -r > inspector.html