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 code feel free to use the name Succinct Code Counter.
Installation Instructions
Linux
Linux
Download Artefact
{
"url": "{{ .SVar `.tool.scc.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.scc.download.filename` }}",
"overwrite": false
} Extract Release
{
"destination": "{{ .PTools }}/scc/{{ .SVar `.tool.scc.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.scc.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/scc/{{ .SVar `.tool.scc.download.version` }}/scc",
"permission_bits": 504
}
MacOS
MacOS
Download Artefact
{
"url": "{{ .SVar `.tool.scc.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.scc.download.filename` }}",
"overwrite": false
} Extract Release
{
"destination": "{{ .PTools }}/scc/{{ .SVar `.tool.scc.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.scc.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/scc/{{ .SVar `.tool.scc.download.version` }}/scc",
"permission_bits": 504
} Binaries
- scc