/code-statics

python实现的文件夹内代码行数统计工具

Primary LanguagePython

code-statics

v0.0.1

Usage

python lines.py -s <suffix> -d <directory>

--suffix:代码文件后缀

--directory:要统计的根目录

For example:

python lines.py -s '.js .py' -d './'