A library for building console-menu applications.
Available at
<dependency>
<groupId>io.github.benjishults</groupId>
<artifactId>console</artifactId>
<version>3.1.0</version>
</dependency>
The test library does use KoTest assertions and provides extension functions on the KoTest Spec class.
Available at
<dependency>
<groupId>io.github.benjishults</groupId>
<artifactId>console-test</artifactId>
<version>3.1.0</version>
</dependency>
An example usage can be found in the budget repository.
Here's how I publish the maven artifacts.
Here's how I generate and publish the dokka pages.
Here's how I run tests when a pull request is created.