根据需求,需要统计代码行数,下面使用了一个相当好用的工具(cloc):
下载地址:http://yunpan.cn/cgHVaa9ATxaRG (提取码:e4cb)
使用方式:
1、打开终端;
2、使用命令:perl /Users/ljy-335/Downloads/cloc-1.58.pl /Users/ljy-335/Desktop/PersonalShoppingMall
其中,/Users/ljy-335/Downloads/cloc-1.58.p是上面链接中下载的工具,拖动到终端就可以了,
/Users/ljy-335/Desktop/PersonalShoppingMall 是工程的路径
3、回车。
查看结果 :
http://cloc.sourceforge.net v 1.58 T=9.0 s (53.7 files/s, 9470.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Objective C 235 9499 6647 51629
C/C++ Header 246 2613 6545 5146
MUMPS 1 556 0 2509
XML 1 16 0 72
-------------------------------------------------------------------------------
SUM: 483 12684 13192 59356
-------------------------------------------------------------------------------
清晰明了了吧!!!!!!