scc is a very fast & accurate code counter counting lines of code by language.
A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages.
Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators.
scc is made by Ben Boyter. This snap is packaged by Ricardo N Feliciano (FelicianoTech) using the scc
source code available by Ben on GitHub.