Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.06 KB

console

A library for building console-menu applications.

Library

Available at

<dependency>
    <groupId>io.github.benjishults</groupId>
    <artifactId>console</artifactId>
    <version>3.1.0</version>
</dependency>

API Documentation

Test Helpers

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>

API Documentation

Example Usage

An example usage can be found in the budget repository.

Fun Stuff

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.