代码行数统计工具
find命令行:
find . -name "*.cs" -o -name "*.js" | xargs wc -l
cloc工具:
cloc .
https://github.com/AlDanial/cloc
https://www.zhihu.com/question/22004842
本文采用 知识共享署名 4.0 国际许可协议 进行许可
find命令行:
find . -name "*.cs" -o -name "*.js" | xargs wc -l
cloc工具:
cloc .
https://github.com/AlDanial/cloc
https://www.zhihu.com/question/22004842
本文采用 知识共享署名 4.0 国际许可协议 进行许可