it

申请软著时,如何利用Cloc统计代码行数

2023-11-01  本文已影响0人  Chting

下载cloc

下载地址为 https://sourceforge.net/projects/cloc/files/

统计代码

把下载好的cloc.exe放到需要统计的项目根目录,然后执行cloc.exe ***

如果需要忽略某个文件可以用

 ./cloc-1.64.exe --exclude-dir=node_modules .
##忽略多个目录
 ./cloc-1.64.exe --exclude-dir=node_modules,dist .

如果只需要统计某种语言可以

 ./cloc-1.64.exe --include-lang=python .
上一篇下一篇

猜你喜欢

热点阅读