13 lines
269 B
Markdown
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
|
|
``` |