/worker-zig-template

Zig template for Cloudflare Workers.

Primary LanguageZigMIT LicenseMIT

Worker Zig Template

Install

# in one go
git clone --recurse-submodules -j8 git@github.com:CraigglesO/worker-zig-template.git

# OR

# clone
git clone git@github.com:CraigglesO/worker-zig-template.git
# enter
cd worker-zig-template
# Pull in the submodule
git submodule update --init --recursive