Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
resources/ | 03-May-2024 | - | 9 | 7 | ||
src/ | 03-May-2024 | - | 599 | 533 | ||
README.md | D | 03-May-2024 | 449 | 14 | 9 | |
build.gradle | D | 03-May-2024 | 585 | 27 | 20 |
README.md
1# Knit 2 3This is a very simple tool that produces Kotlin source example files from a markdown document that includes 4snippets of Kotlin code in its body. It is used to produce examples for 5[coroutines guide](../docs/coroutines-guide.md) and other markdown documents. 6It also includes links to the documentation web site into the documents. 7 8## Usage 9 10* In project root directory do: 11 * Run `./gradlew knit` 12* Commit updated documents and examples 13 14