Skip to content

Commit da131ce

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent 5ae11aa commit da131ce

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A fully automated GitHub repository analyzer that counts lines of code across al
66
```
77
[ LANGUAGES BREAKDOWN ]
88
9-
JavaScript --> 142,483 lines
10-
TypeScript --> 111,323 lines
11-
JSX --> 20,312 lines
12-
PHP --> 5,248 lines
13-
Others --> 2,272 lines
9+
JavaScript --> 142,483 lines
10+
TypeScript --> 111,323 lines
11+
JSX --> 20,312 lines
12+
PHP --> 5,248 lines
13+
Others --> 2,272 lines
1414
1515
[ TOTAL LINES OF CODE: 281,638 ]
1616
```

output/cloc-output.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"header" : {
22
"cloc_url" : "github.com/AlDanial/cloc",
33
"cloc_version" : "1.98",
4-
"elapsed_seconds" : 2.71537303924561,
4+
"elapsed_seconds" : 2.77720403671265,
55
"n_files" : 3747,
66
"n_lines" : 343982,
7-
"files_per_second" : 1379.92089699801,
8-
"lines_per_second" : 126679.4635685,
7+
"files_per_second" : 1349.19867264607,
8+
"lines_per_second" : 123859.102699263,
99
"report_file" : "../output/cloc-output.json"},
1010
"JavaScript" :{
1111
"nFiles": 1181,

0 commit comments

Comments
 (0)