In a GitHub repository you can see “language statistics”, which displays the percentage of the project that’s written in a language. It doesn’t, however, display ho
You can run something like
git ls-files | xargs wc -l
which will give you the total count →
Or use this tool → http://line-count.herokuapp.com/