OctoCounts
Quickly count the number of source code lines in the public GitHub repository and generate cacheable SLOC reports by language.
OctoCounts is a GitHub line count tool for developers. You only need to enter a public GitHub repository address. OctoCounts will automatically parse the specified branch, label or commit, download the repository archive, use tokei to count the number of files, total rows, code lines, comment lines and blank lines in each language, and generate a report that can be viewed, copied and exported. ##Who is suitable for use - Developers who want to quickly understand the code size of an open source project. - Teams that need to compare the amount of code from different warehouses or versions. - Users who do not want to manually run statistics commands after being `git clone` locally. - People who need to copy statistics as text, JSON, or share pictures.


