scc 3.3.5
Fast code counter written in Go
scc
provides a lines-of-code counter similar to tools like cloc
and sloccount
. It aims to be fast as possible while supporting COCOMO calculation and code complexity estimation.
- Outputs:
out
- Website: https://github.com/boyter/scc
- Licenses: Expat
- Package source: gnu/packages/code.scm
- Builds: See build status
- Issues: See known issues
Installation
Install scc 3.3.5
as follows:
guix install scc@3.3.5
Or install the latest version:
guix install scc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.