https://github.com/markfirmware/zig-test-terminal
https://github.com/markfirmware/zig-test-terminal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markfirmware/zig-test-terminal
- Owner: markfirmware
- License: mit
- Created: 2021-04-10T22:42:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T23:11:30.000Z (over 4 years ago)
- Last Synced: 2025-07-22T09:51:47.024Z (5 months ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-gitpod-template
Template repo for [zig](https://ziglang.org) projects with [gitpod](https://gitpod.io) 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.