1.安装cloc
npm install -g cloc
2.进入到对应项目目录
$ cloc --exclude-dir="env,docs," .
结果
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Vuejs Component 63 771 1191 24610
JSON 5 0 0 16290
JavaScript 82 289 310 2001
HTML 18 159 10 1800
CSS 69 117 22 628
LESS 3 26 1 178
SVG 1 40 3 37
Markdown 1 9 0 18
-------------------------------------------------------------------------------
SUM: 242 1411 1537 45562
-------------------------------------------------------------------------------
网友评论