| ... | ... | @@ -1,19 +1,11 @@ |
| 1 | 1 | # zig-flag |
| 2 | 2 | |
| 3 | | Config management for Zig. |
| 4 | | |
| 5 | | ## Built With |
| 6 | | - Zig master |
| 7 | | - https://github.com/ziglang/zig |
| 8 | | - Zigmod package manager |
| 9 | | - https://github.com/nektro/zigmod |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-flag/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 10 | 8 | |
| 11 | | - https://github.com/nektro/zig-extras |
| 12 | | |
| 13 | | ## Install |
| 14 | | ``` |
| 15 | | zigmod aq add 1/nektro/flag |
| 16 | | ``` |
| 9 | Config management for Zig. |
| 17 | 10 | |
| 18 | | ## License |
| 19 | | MIT |
| 11 | Ideal if you would like to define flags in multiple modules or multiplex intake between CLI flags or environement variables. |