A tiny tool for better control over your Zig projects.
Find a file
2026-07-20 23:56:00 +08:00
libcommand chore: update Zig version 2026-07-20 09:34:54 +08:00
src feat: impl basic saving of fetch command 2026-07-20 23:56:00 +08:00
.gitattributes feat: first commit 2026-07-11 04:42:08 +08:00
.gitignore feat: first commit 2026-07-11 04:42:08 +08:00
build.zig chore: update Zig version 2026-07-20 09:34:54 +08:00
build.zig.zon chore: update Zig version 2026-07-20 09:34:54 +08:00
LICENSE feat: first commit 2026-07-11 04:42:08 +08:00
Onlyfile feat: impl fetch function 2026-07-18 09:59:42 +08:00
README.md feat: impl fetch function 2026-07-18 09:59:42 +08:00
zis.ziggy feat: impl basic saving of fetch command 2026-07-20 23:56:00 +08:00

Zis

A tiny tool for better control over your Zig projects.

Prerequisites

  • Zig (master)
  • Only (task runner if you like)

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

LICENSE

MIT