File tree Expand file tree Collapse file tree 1 file changed +45
-1
lines changed Expand file tree Collapse file tree 1 file changed +45
-1
lines changed Original file line number Diff line number Diff line change 1
1
# console
2
2
3
- library for building console-menu applications
3
+ A library for building console-menu applications.
4
+
5
+ ## Library
6
+
7
+ Available at
8
+
9
+ ``` xml
10
+
11
+ <dependency >
12
+ <groupId >io.github.benjishults</groupId >
13
+ <artifactId >console</artifactId >
14
+ <version >3.1.0</version >
15
+ </dependency >
16
+ ```
17
+
18
+ [ API Documentation] ( https://benjishults.github.io/console/dokka/html/lib/index.html )
19
+
20
+ ## Test Helpers
21
+
22
+ The test library does use KoTest assertions and provides extension functions on the KoTest Spec class.
23
+
24
+ Available at
25
+
26
+ ``` xml
27
+
28
+ <dependency >
29
+ <groupId >io.github.benjishults</groupId >
30
+ <artifactId >console-test</artifactId >
31
+ <version >3.1.0</version >
32
+ </dependency >
33
+ ```
34
+
35
+ [ API Documentation] ( https://benjishults.github.io/console/dokka/html/test/index.html )
36
+
37
+ ## Example Usage
38
+
39
+ An example usage can be found in the [ budget] ( https://github.com/benjishults/budget ) repository.
40
+
41
+ ## Fun Stuff
42
+
43
+ Here's how I [ publish the maven artifacts] ( ./.github/workflows/publish.yml ) .
44
+
45
+ Here's how I [ generate and publish the dokka pages] ( ./.github/workflows/dokka.yml ) .
46
+
47
+ Here's how I [ run tests when a pull request is created] ( ./.github/workflows/test.yml ) .
You can’t perform that action at this time.
0 commit comments