scc

Fast and accurate code counter with complexity and COCOMO estimates

brewmacoslinux
Try with needOr install directly
Source

About

Fast and accurate code counter with complexity and COCOMO estimates

Commands

scc

Examples

Count lines of code in current directory$ scc
Count lines of code in a specific directory with detailed output$ scc /path/to/project
Count code and output results in JSON format$ scc --format json /path/to/project