# zigmod ![loc](https://sloc.xyz/github/nektro/zigmod) [![license](https://img.shields.io/github/license/nektro/zigmod.svg)](https://github.com/nektro/zigmod/blob/master/LICENSE) [![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC) [![release](https://img.shields.io/github/v/release/nektro/zigmod)](https://github.com/nektro/zigmod/releases/latest) [![downloads](https://img.shields.io/github/downloads/nektro/zigmod/total.svg)](https://github.com/nektro/zigmod/releases) [![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) [![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) A package manager for the Zig programming language. ## Zig - https://ziglang.org/ - https://github.com/ziglang/zig - https://github.com/ziglang/zig/wiki/Community ## Download - https://github.com/nektro/zigmod/releases ## Built With - Zig `0.16.0` - See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock) ### Build from Source ``` $ git clone https://github.com/nektro/zigmod $ cd zigmod $ zig build -j1 ``` ## Usage Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/. 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). ## Contact - hello@nektro.net - https://twitter.com/nektro ## License MIT