This package browser is in early development. Mind the rough edges.

scc

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.

Installation

Install the latest version of scc as follows:

guix install scc

Or install a particular version:

guix install scc@3.3.5

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.

Badge code

You can use the following badge to inform users of scc about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/scc'><img src='https://packages.guix.gnu.org/packages/scc/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/scc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/scc)

Example Org:

[[https://packages.guix.gnu.org/packages/scc][https://packages.guix.gnu.org/packages/scc/badges/latest-version.svg]]