Skip to content

Commit ef5687a

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

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ A fully automated GitHub repository analyzer that counts lines of code across al
77
[ LANGUAGES BREAKDOWN ]
88
99
JavaScript --> 142,483 lines
10-
TypeScript --> 111,308 lines
10+
TypeScript --> 111,323 lines
1111
JSX --> 20,312 lines
1212
Vue.js --> 0 lines
1313
PHP --> 5,248 lines
1414
C# --> 0 lines
1515
Other --> 8,158 lines
1616
17-
[ TOTAL LINES OF CODE: 287,509 ]
17+
[ TOTAL LINES OF CODE: 287,524 ]
1818
```
1919
<!-- LANGUAGES BREAKDOWN END -->
2020
*Stats update automatically via GitHub Actions.*

output/cloc-output.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{"header" : {
22
"cloc_url" : "github.com/AlDanial/cloc",
33
"cloc_version" : "1.98",
4-
"elapsed_seconds" : 2.6144859790802,
5-
"n_files" : 3796,
6-
"n_lines" : 350595,
7-
"files_per_second" : 1451.91063573248,
8-
"lines_per_second" : 134097.104671926},
4+
"elapsed_seconds" : 2.64348697662354,
5+
"n_files" : 3797,
6+
"n_lines" : 350614,
7+
"files_per_second" : 1436.36039578671,
8+
"lines_per_second" : 132633.148224483},
99
"JavaScript" :{
1010
"nFiles": 1181,
1111
"blank": 26388,
1212
"comment": 15349,
1313
"code": 142483},
1414
"TypeScript" :{
15-
"nFiles": 2253,
16-
"blank": 11388,
15+
"nFiles": 2254,
16+
"blank": 11392,
1717
"comment": 2350,
18-
"code": 111308},
18+
"code": 111323},
1919
"JSX" :{
2020
"nFiles": 171,
2121
"blank": 1923,
@@ -107,7 +107,7 @@
107107
"comment": 18,
108108
"code": 0},
109109
"SUM": {
110-
"blank": 41241,
110+
"blank": 41245,
111111
"comment": 21845,
112-
"code": 287509,
113-
"nFiles": 3796} }
112+
"code": 287524,
113+
"nFiles": 3797} }

0 commit comments

Comments
 (0)