Skip to content

Develop a zig project using gitpod.io

License

Notifications You must be signed in to change notification settings

markfirmware/zig-gitpod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-gitpod-template

Template repo for zig projects with gitpod support.

The easiest way to use gitpod is to install its browser extension. Then instantiate this template repo and press the gitpod button. (You will need to authorize gitpod access to your github account.)

The .gitpod.yml file will install the latest zig, zls, and vscode tools when the gitpod workspace is created.

Each time the workspace is started, the project will be built and run. If there is no build.zig file then a project will be created using zig init-exe.