Skip to content

Commit 61a3d9a

Browse files
committed
Added style folder
Also updated Lines of Code Count
1 parent 00e2612 commit 61a3d9a

File tree

6 files changed

+22237
-1
lines changed

6 files changed

+22237
-1
lines changed

cloc.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
35 text files.
2+
classified 35 files 35 unique files.
3+
12 files ignored.
4+
5+
github.com/AlDanial/cloc v 1.88 T=0.07 s (402.5 files/s, 360159.5 lines/s)
6+
-------------------------------------------------------------------------------
7+
Language files blank comment code
8+
-------------------------------------------------------------------------------
9+
Sass 5 3 1 22222
10+
JavaScript 13 1 14 786
11+
Markdown 4 122 0 381
12+
JSON 3 0 0 352
13+
TeX 1 0 0 133
14+
CSS 1 48 0 99
15+
-------------------------------------------------------------------------------
16+
SUM: 27 174 15 23973
17+
-------------------------------------------------------------------------------

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "ava",
2626
"coverage": "nyc npm run test",
2727
"demo": "node-sass demo/scss/ -o demo/css/",
28-
"cloc": "npx cloc ../chromanomer > cloc.txt",
28+
"cloc": "npx cloc ./ > cloc.txt",
2929
"build": "microbundle --name Cono --compress",
3030
"dev": "microbundle watch"
3131
},

0 commit comments

Comments
 (0)