Skip to content

Commit 9125d0d

Browse files
authored
Merge pull request #27 from benjishults/minor-tweaks
add stuff to README
2 parents bd0055a + b618f09 commit 9125d0d

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
11
# console
22

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).

0 commit comments

Comments
 (0)