Initial commit (split from bld-kotlin)
This commit is contained in:
commit
a46ed2c012
67 changed files with 3428 additions and 0 deletions
27
examples/README.md
Normal file
27
examples/README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
## Compile the Example
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
## Run the Example
|
||||
|
||||
```console
|
||||
./bld run
|
||||
```
|
||||
|
||||
## Run the Tests
|
||||
|
||||
```console
|
||||
./bld test
|
||||
```
|
||||
|
||||
## 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