kotlin-bld-example/README.md
2024-01-18 22:24:39 -08:00

34 lines
498 B
Markdown

# [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
```