scc

Utilitário escrito em GO que conta linhas de código. Mais informações: https://github.com/boyter/scc.

scc

scc {{caminho/para/diretorio}}

scc --by-file

scc --format {{tabular|wide|json|csv|cloc-yaml|html|html-table}}

scc --include-ext {{go, java, js}}

scc --exclude-dir {{.git,.hg}}

scc --sort {{files|name|lines|blanks|code|comments|complexity}}

scc -h