Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel committed Jul 22, 2022
1 parent 87bbb57 commit 3dc1c3c
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _TMP/loc-results.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{"header" : {
"cloc_url" : "github.com/AlDanial/cloc",
"cloc_version" : "1.94",
"elapsed_seconds" : 0.0502500534057617,
"n_files" : 79,
"n_lines" : 3101,
"files_per_second" : 1572.13763261278,
"lines_per_second" : 61711.3771991422,
"report_file" : "/home/runner/work/DevNotary/DevNotary/_TMP/loc-results.json"},
"Kotlin" :{
"nFiles": 76,
"blank": 466,
"comment": 11,
"code": 2359},
"Gradle" :{
"nFiles": 1,
"blank": 26,
"comment": 8,
"code": 187},
"Ruby" :{
"nFiles": 1,
"blank": 6,
"comment": 0,
"code": 36},
"XML" :{
"nFiles": 1,
"blank": 0,
"comment": 0,
"code": 2},
"SUM": {
"blank": 498,
"comment": 19,
"code": 2584,
"nFiles": 79} }
12 changes: 12 additions & 0 deletions _TMP/loc-results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Lines of Code Report| v 1.94 T=0.05 s (1514.6 files/s, 59454.1 lines/s)
--- | ---

Language|files|blank|comment|code
:-------|-------:|-------:|-------:|-------:
Kotlin|76|466|11|2359
Gradle|1|26|8|187
Ruby|1|6|0|36
XML|1|0|0|2
--------|--------|--------|--------|--------
SUM:|79|498|19|2584

19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


# Dev Notary

## Kotlin Multiplatform Application


## Lines of code in each module:


### Android:
steps.lines-of-code-reporter.android.outputs.loc_report

### iOS:
steps.lines-of-code-reporter.ios.outputs.loc_report

### shared:
steps.lines-of-code-reporter.shared.outputs.loc_report

0 comments on commit 3dc1c3c

Please sign in to comment.