一、安装
常用操作系统安装如下:
1)mac
brew install cloc
2)ubuntu、debian、deepin、mint等
sudo apt install cloc
3)redhat、centOS
sudo yun install cloc
二、基本用法
1)统计文件夹代码行数
cloc 目录路径
2)排除某些文件夹:
cloc ./ --exclude-dir=vendor,Test
3)其他操作可以查看help说明
2023-12-26 11:01:39
常用操作系统安装如下:
1)mac
brew install cloc
2)ubuntu、debian、deepin、mint等
sudo apt install cloc
3)redhat、centOS
sudo yun install cloc
1)统计文件夹代码行数
cloc 目录路径
2)排除某些文件夹:
cloc ./ --exclude-dir=vendor,Test
3)其他操作可以查看help说明