A tiny tool for better control over your Zig projects.
- Zig 100%
| libcommand | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| Onlyfile | ||
| README.md | ||
| zis.ziggy | ||
Zis
A tiny tool for better control over your Zig projects.
Prerequisites
Usage
zig build run -- fetch https://github.com/opencv/opencv/archive/refs/tags/5.0.0.tar.gz
# or:
# only br fetch https://github.com/opencv/opencv/archive/refs/tags/5.0.0.tar.gz
A Few Thoughts
I heard about the project called Ziggy, and it’s perfect for my Zis.
So I built libcommand, a library which could build CLI with a easy .ziggy.
This project is still in its very early stages, and I feel joy to build it.