RespiteFromReality/template-zig
A barebones zig app template
[!TIP] Since the 0.15.0 update you can use
zig init -mto get a minimal template!
A barebones zig application template, for zig stable releases.
Use this template -> Create new repository and create a repo..name and version inside build.zig.zon to whatever you want. (Changing the .name field also invalidates the .fingerprint value)zig build to generate a new .fingerprint value, replace the old value with the new one.Because GitHub templates don't have any versioning scheme, older templates are available as branches
Include all branches box when creating your repository