# count_code **Repository Path**: liyunxin_codinghub/count_code ## Basic Information - **Project Name**: count_code - **Description**: 统计代码行数的小工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 统计文件夹下代码行数小工具 依赖[Utils库](https://gitee.com/liyunxin_codinghub/Utils.git) 编译安装: ```shell git clone https://gitee.com/liyunxin_codinghub/count_code.git cd $local_git_repo mkdir build && cd build cmake .. && make -j8 && sudo make install ``` 使用: ![](help.png)