Skip to content

Commit 808b680

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent d5d713b commit 808b680

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +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-
Python --> 275 lines
11-
Java --> 50 lines
12-
Others --> 138,830 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
1314
1415
[ TOTAL LINES OF CODE: 281,638 ]
1516
```

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.69644403457642,
4+
"elapsed_seconds" : 2.7081778049469,
55
"n_files" : 3747,
66
"n_lines" : 343982,
7-
"files_per_second" : 1389.60792508665,
8-
"lines_per_second" : 127568.751878077,
7+
"files_per_second" : 1383.58714599741,
8+
"lines_per_second" : 127016.032467168,
99
"report_file" : "../output/cloc-output.json"},
1010
"JavaScript" :{
1111
"nFiles": 1181,

0 commit comments

Comments
 (0)