Mac OS--CLOC

CLOC(Count Lines of Code)的安装和使用


1、安装CLOC

1
brew install cloc

2、使用命令行进入要统计的文件夹目录,执行如下命令

1
cloc .

你可能感兴趣的:(OS,mac)