Zig Module Resolver

Zig Module Resolver

Easily fetch modules for the Zig Package manager

Use ZMR to easily find and download Zig modules using the Zig package manager.

# zig fetch --save https://zmr.onl/github.com/:user/:repo/:version

If you want a practical example of how to fetch a real life module, try using ZMR to fetch my dotenv module!

zig fetch --save https://zmr.onl/github.com/tristanisham/dotenv/v0.0.2