| 1 | # zigmod |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zigmod/blob/master/LICENSE) |
| 5 | [](https://discord.gg/P6Y4zQC) |
| 6 | [](https://github.com/nektro/zigmod/releases/latest) |
| 7 | [](https://github.com/nektro/zigmod/releases) |
| 8 | [](https://github.com/sponsors/nektro) |
| 9 | [](https://ziglang.org/) |
| 10 | |
| 11 | A package manager for the Zig programming language. |
| 12 | |
| 13 | ## Zig |
| 14 | |
| 15 | - https://ziglang.org/ |
| 16 | - https://github.com/ziglang/zig |
| 17 | - https://github.com/ziglang/zig/wiki/Community |
| 18 | |
| 19 | ## Download |
| 20 | |
| 21 | - https://github.com/nektro/zigmod/releases |
| 22 | |
| 23 | ## Built With |
| 24 | |
| 25 | - Zig `0.16.0` |
| 26 | - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) |
| 27 | |
| 28 | ### Build from Source |
| 29 | |
| 30 | ``` |
| 31 | $ git clone https://github.com/nektro/zigmod |
| 32 | $ cd zigmod |
| 33 | $ zig build -j1 |
| 34 | ``` |
| 35 | |
| 36 | ## Usage |
| 37 | |
| 38 | Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/. |
| 39 | |
| 40 | There is now also a tutorial-style getting started guide that goes over various use cases that Zigmod provides and caters to. It is [available here](docs/tutorial.md). |
| 41 | |
| 42 | ## Contact |
| 43 | |
| 44 | - hello@nektro.net |
| 45 | - https://twitter.com/nektro |
| 46 | |
| 47 | ## License |
| 48 | |
| 49 | MIT |