scc is a very fast & accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Succinct Code Counter: scc is a tool for counting the physical lines of code, blank lines, and comment lines in the source code of many programming languages. Its 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. In short one tool to rule them all.
Succinct Code Counter: scc is a tool for counting the physical lines of code, blank lines, and comment lines in the source code of many programming languages. Its 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. In short one tool to rule them all.
To install scc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scc
To see what files were installed by scc, run:
port contents scc
To later upgrade scc, run:
sudo port selfupdate && sudo port upgrade scc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.