authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:30:33 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:30:33 -07:00
loge5c0a7088040fd61b764a4339e93a6ce67574700
tree03259ca5ae3bdf3b493f9cf0cd6828962238af8e
parente514a3e79fb783333f3856d4cf1b56c822b97df0

ziginfra README sync


1 files changed, 7 insertions(+), 15 deletions(-)

README.md+7-15
...@@ -1,19 +1,11 @@...@@ -1,19 +1,11 @@
1# zig-flag1# zig-flag
22
3Config management for Zig.3![loc](https://sloc.xyz/github/nektro/zig-flag)
44[![license](https://img.shields.io/github/license/nektro/zig-flag.svg)](https://github.com/nektro/zig-flag/blob/master/LICENSE)
5## Built With5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6- Zig master6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7 - https://github.com/ziglang/zig7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
8- Zigmod package manager
9 - https://github.com/nektro/zigmod
108
11- https://github.com/nektro/zig-extras9Config management for Zig.
12
13## Install
14```
15zigmod aq add 1/nektro/flag
16```
1710
18## License11Ideal if you would like to define flags in multiple modules or multiplex intake between CLI flags or environement variables.
19MIT