Skip to content

Commit c1d9acf

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent b09d3bc commit c1d9acf

2 files changed

Lines changed: 26 additions & 21 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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
9+
JavaScript --> 142,485 lines
10+
TypeScript --> 112,323 lines
1111
JSX --> 20,312 lines
1212
PHP --> 5,248 lines
13-
Others --> 984 lines
13+
Others --> 8,921 lines
1414
15-
[ TOTAL LINES OF CODE: 280,350 ]
15+
[ TOTAL LINES OF CODE: 289,289 ]
1616
```
1717
<!-- LANGUAGES BREAKDOWN END -->
1818
*Stats update automatically via GitHub Actions.*

output/cloc-output.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
{"header" : {
22
"cloc_url" : "github.com/AlDanial/cloc",
33
"cloc_version" : "1.98",
4-
"elapsed_seconds" : 2.75792098045349,
5-
"n_files" : 3716,
6-
"n_lines" : 342644,
7-
"files_per_second" : 1347.39175862427,
8-
"lines_per_second" : 124239.962793879,
4+
"elapsed_seconds" : 2.8260509967804,
5+
"n_files" : 4095,
6+
"n_lines" : 353164,
7+
"files_per_second" : 1449.01843762383,
8+
"lines_per_second" : 124967.31318803,
99
"report_file" : "../output/cloc-output.json"},
1010
"JavaScript" :{
11-
"nFiles": 1181,
12-
"blank": 26388,
13-
"comment": 15349,
14-
"code": 142483},
11+
"nFiles": 1182,
12+
"blank": 26389,
13+
"comment": 15351,
14+
"code": 142485},
1515
"TypeScript" :{
16-
"nFiles": 2254,
17-
"blank": 11392,
18-
"comment": 2350,
19-
"code": 111323},
16+
"nFiles": 2324,
17+
"blank": 11523,
18+
"comment": 2601,
19+
"code": 112323},
2020
"JSX" :{
2121
"nFiles": 171,
2222
"blank": 1923,
2323
"comment": 71,
2424
"code": 20312},
25+
"Vuejs Component" :{
26+
"nFiles": 308,
27+
"blank": 1110,
28+
"comment": 86,
29+
"code": 7937},
2530
"PHP" :{
2631
"nFiles": 77,
2732
"blank": 798,
@@ -83,7 +88,7 @@
8388
"comment": 18,
8489
"code": 0},
8590
"SUM": {
86-
"blank": 40755,
87-
"comment": 21539,
88-
"code": 280350,
89-
"nFiles": 3716} }
91+
"blank": 41997,
92+
"comment": 21878,
93+
"code": 289289,
94+
"nFiles": 4095} }

0 commit comments

Comments
 (0)