Files
anix/readme.md
2024-08-13 00:30:17 -06:00

13 lines
269 B
Markdown

# Anix
A simple CLI that will auto generate a list of animal + occupation pairs.
## Why?
I made this so I could come up with some fun ideas to model in 3D. But it can be used or modified for a bunch of random idea generation.
## How?
```bash
go build -o ./anix
```