-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcloc.txt
More file actions
22 lines (20 loc) · 1.35 KB
/
cloc.txt
File metadata and controls
22 lines (20 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cloc --exclude-dir=node_modules,.next .
473 text files.
466 unique files.
72 files ignored.
github.com/AlDanial/cloc v 2.04 T=0.89 s (522.3 files/s, 30306.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
TypeScript 445 1296 844 24327
JavaScript 4 9 16 178
JSON 6 0 0 134
CSS 1 15 17 60
SVG 3 0 0 42
XML 2 0 0 31
Markdown 1 19 0 26
YAML 1 1 0 13
Text 3 2 0 12
-------------------------------------------------------------------------------
SUM: 466 1342 877 24823
-------------------------------------------------------------------------------