Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 437 Bytes

File metadata and controls

22 lines (14 loc) · 437 Bytes

Zig Scripts

Requirements

Pre-requisites:

  • Zig

I recommend using asdf to manage your Zig versions. You can install Zig with asdf via:

# Add Zig plugin and install Zig
asdf plugin-add zig https://github.com/cheetah/asdf-zig.git
asdf install zig latest
asdf global zig latest

Examples

xxtemplate-zig.zig

This script will print the arugments provided to it.