ibazel

Watch source files and automatically rebuild Bazel targets on changes

brewmacoslinux
Try with needOr install directly
Source

About

Tools for building Bazel targets when source files change

Commands

ibazel

Examples

Watch and rebuild a specific Bazel target$ ibazel build //path/to:target
Watch and run tests whenever source files change$ ibazel test //path/to:test_target
Watch and run a binary target with automatic rebuilds$ ibazel run //path/to:binary_target