Skip to content

Instantly share code, notes, and snippets.

View GMNGeoffrey's full-sized avatar

Geoffrey Martin-Noble GMNGeoffrey

View GitHub Profile
@GMNGeoffrey
GMNGeoffrey / README.md
Last active September 29, 2024 18:39
Interactive Builds: git-watch, cool-bazel, ibazel

Some little scripts I've found useful for development. git-watch retriggers a command when your git repo changes, so can give interactive rebuilds like ibazel except I found that https://github.com/bazelbuild/bazel-watcher didn't work for me at all. This is also completely agnostic to the command, so can be used with CMake as well, for instance.