A ziglings hot reloader.
I was learning Zig, and using the ziglings repository as a fast track.
Although, at the time of publishing this repo there is no file watch/hot reload functionality built into ziglings. Due to that I created this binary crate for use with ziglings to enable hot reloading on the exercises.
Zwatch has a minimum supported rust version of 1.64.0.
Currently the only way to utilize this tool is to clone and install locally:
# Clone the repo
git clone https://github.com/Jonxslays/zwatch
# Install from source
cargo install --path zwatch
# Get help
zwatch -h
# Watch your ziglings directory
zwatch ~/projects/ziglings
Zwatch is licensed under the MIT license.