Zig Code Watch Tool
- Zig 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENCE | ||
| README.md | ||
zcowato
zcowato stands for Zig Code Watch Tool.
This tool started off as a barebones reimplementation of watch, but I quickly realized I added more functionality and had different usecases in mind.
The idea behind this tool is to be able to watch any code and automatically rebuild or fire some script when a file in the given directory changes.
For instance, when you edit your source code and save, it could automatically rebuild and you would see compilation errors or output immediately.
Currently it is very crude and might have weird side effects