欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

代码统计利器--CLOC

程序员文章站 2022-07-01 19:26:52
...
MAC下安装命令:
$
brew install cloc

其他的linux安装

$ aptitude install cloc

使用方法.到目录下运行:

$ cloc .

The default output will show you a breakdown by language. Here’s an example of what it’ll look like:

代码统计利器--CLOC

php much?

 

You can, of course, customize the poop out of it as well.

cloc --help to nerd out.