1# zigmod
2
3![loc](https://sloc.xyz/github/nektro/zigmod)
4[![license](https://img.shields.io/github/license/nektro/zigmod.svg)](https://github.com/nektro/zigmod/blob/master/LICENSE)
5[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)
6[![release](https://img.shields.io/github/v/release/nektro/zigmod)](https://github.com/nektro/zigmod/releases/latest)
7[![downloads](https://img.shields.io/github/downloads/nektro/zigmod/total.svg)](https://github.com/nektro/zigmod/releases)
8[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
9[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
10
11A 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
38Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/.
39
40There 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
49MIT