Initial commit
This commit is contained in:
commit
ba7c4d0a5a
27 changed files with 837 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# [Kotlin](https://kotlinlang.org/) Example for [b<span style="color:orange">l</span>d](https://rife2.com/bld)
|
||||
|
||||
## Compile the Example
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
## Run the Example
|
||||
|
||||
```console
|
||||
./bld run
|
||||
```
|
||||
|
||||
## Run the Tests
|
||||
|
||||
```console
|
||||
./bld test
|
||||
```
|
||||
|
||||
## Check the Example with [Detekt](https://detekt.dev/)
|
||||
|
||||
```console
|
||||
./bld detekt
|
||||
```
|
||||
|
||||
## Build the documentation with [Dokka](https://github.com/Kotlin/dokka)
|
||||
|
||||
```console
|
||||
./bld javadoc
|
||||
./bld dokka-html
|
||||
./bld dokka-gfm
|
||||
./bld dokka-jekyll
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue