GitHub shows the file size and SLOC for each file individually. If you want see the SLOC for an entire project, you could clone it and run something like the following from the root of the project directory:<p><pre><code> find . -name '*.<ext>' | xargs wc -l</code></pre>