Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 771 Bytes

File metadata and controls

28 lines (18 loc) · 771 Bytes

StatisticsAmountOfCode

统计你写的代码行数

计算代码行数使用手册

使用方式

在这里写下需要统计的代码的目录

image

demo中现在只是支持统计这几种后缀名的文件

NSString *h = @"h";
NSString *m = @"m";
NSString *c = @"c";
NSString *mm = @"mm";
NSString *swift = @"swift";

有需要可以自行修改添加

image