File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
- ## v1.0.0, TODO: 25-May -2020, First Public Release:
1
+ ## v1.0.0, 24-Dec -2020, First Public Release:
2
2
3
3
- Created two skins:
4
4
19
19
20
20
### Technical Notes:
21
21
22
- TODO:
22
+ ```
23
+ git log --pretty=oneline --abbrev-commit | wc -l
24
+ 183
25
+
26
+ cloc src/main/java/ src/main/resources/*.properties src/main/resources/static/ src/main/resources/templates/
27
+ 42 text files.
28
+ 42 unique files.
29
+ 4 files ignored.
30
+
31
+ github.com/AlDanial/cloc v 1.82 T=0.09 s (425.0 files/s, 41552.9 lines/s)
32
+ -------------------------------------------------------------------------------
33
+ Language files blank comment code
34
+ -------------------------------------------------------------------------------
35
+ Java 29 375 771 1513
36
+ CSS 6 17 21 792
37
+ HTML 2 0 4 159
38
+ JavaScript 1 4 1 58
39
+ -------------------------------------------------------------------------------
40
+ SUM: 38 396 797 2522
41
+ -------------------------------------------------------------------------------
42
+ ```
You can’t perform that action at this time.
0 commit comments