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

rebuild code automatically when files change$ ibazel build //src:app
run tests automatically on every file save$ ibazel test //tests:unit_tests
watch and rebuild multiple targets at once$ ibazel build //src:app //src:library
automatically rebuild and run application when source changes$ ibazel run //app:main
watch specific directory and rebuild on changes$ ibazel build //services/auth:service