bld-dokka/examples
Erik C. Thauvin a46ed2c012
Some checks failed
bld-ci / build-bld-project (17) (push) Has been cancelled
bld-ci / build-bld-project (21) (push) Has been cancelled
bld-ci / build-bld-project (22) (push) Has been cancelled
javadocs-pages / deploy (push) Has been cancelled
Initial commit (split from bld-kotlin)
2024-06-15 16:36:35 -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 Initial commit (split from bld-kotlin) 2024-06-15 16:36:35 -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