womblic/README.md
2025-12-23 23:37:12 -05:00

17 lines
356 B
Markdown

# Womblic
My command line helper tool you probably don't want to install this on your
system but it might be good inspiration (hopefully).
usage:
```bash
wom
```
# Showcase
![wom timer](./examples/timer.gif "wom timer")
# Building
/usr/local is just my preferred prefix, nothing should require you to use it.
```bash
zig build install -p /usr/local
```