cryptocode / zigmod

📦 A package manager for the Zig programming language.

Home Page:https://aquila.red

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zigmod

loc license discord circleci release downloads

A package manager for the Zig programming language.

Zig

Download

Built With

Build from Source

Initially,

$ git clone https://github.com/nektro/zigmod --recursive
$ cd zigmod
$ zig build -Dbootstrap
$ ./zig-out/bin/zigmod fetch

To build,

$ zig build
$ ./zig-out/bin/zigmod

Usage

Check out our 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.

Contact

License

MIT

About

📦 A package manager for the Zig programming language.

https://aquila.red

License:MIT License


Languages

Language:Zig 98.1%Language:Shell 1.9%