zenith391 / zigmod

A package manager for the Zig programming language.

Home Page:https://nektro.github.io/zigmod/

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

  • Zig master 0.9.0-dev.409+23f414b92

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/.

Prior Art

Contributors

Contact

License

MIT

About

A package manager for the Zig programming language.

https://nektro.github.io/zigmod/

License:MIT License


Languages

Language:Zig 97.9%Language:Shell 2.1%