Watch source files and automatically rebuild Bazel targets on changes.
Tools for building Bazel targets when source files change
ibazel$ ibazel build //src:app$ ibazel test //tests:unit_tests$ ibazel build //src:app //src:library$ ibazel run //app:main$ ibazel build //services/auth:service