← Package directory
Available on winget

Install scc

A very fast accurate code counter with complexity calculations and COCOMO estimates

Install with winget
winget install --id BenBoyter.scc
Upgrade
winget upgrade --id BenBoyter.scc
Uninstall
winget uninstall --id BenBoyter.scc

About scc

A tool similar to cloc, sloccount and tokei. For counting 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, estimate code complexity similar to cyclomatic complexity calculators and produce unique lines of code or DRYness metrics. In short one tool to rule them all. Also it has a very short name which is easy to type scc. If you don't like sloc cloc and c...

Version history

Version Updated Notes
3.7.0 Unknown Release notes
3.6.0 Unknown Release notes
3.5.0 Unknown Release notes
3.4.0 Unknown Release notes
3.3.5 Unknown Adding some new language support, and starting to fix performance regression introduced by switch to gocodewalker.