Skip to content

Commit b8cb3c5

Browse files
authored
Update README.md
1 parent b987bce commit b8cb3c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Sloc Cloc and Code (scc)
55

66
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.
77

8-
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.
8+
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.
99

1010
Also it has a very short name which is easy to type `scc`.
1111

@@ -187,6 +187,7 @@ Why use `scc`?
187187
- Able to identify many #! files ADVANCED! https://github.com/boyter/scc/issues/115
188188
- Can ignore large files by lines or bytes
189189
- Can calculate the ULOC or unique lines of code by file, language or project
190+
- Supports multiple output formats for integration, csv, sql, json, html and more
190191

191192
Why not use `scc`?
192193

0 commit comments

Comments
 (0)