bld-dokka/examples
2024-06-23 21:41:13 -07:00
..
.idea Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
.vscode Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
lib/bld Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
src Cleaned up tests 2024-06-23 21:41:13 -07:00
.gitignore Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
bld Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
bld.bat Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00
README.md Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -07:00

Compile the Example

./bld compile

Run the Example

./bld run

Run the Tests

./bld test

Build the documentation with Dokka

./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll