logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bazel Build Tool - Control Build Processes | Online Free DevTools by Hexmos

Control build processes easily with Bazel build tool. Compile, test, and package software projects efficiently with dependency management. Free online tool, no registration required.

bazel

Open-source build and test tool similar to Make, Maven, and Gradle. More information: https://bazel.build/reference/command-line-reference.

  • Build the specified target in the workspace:

bazel build {{target}}

  • Remove output files and stop the server if running:

bazel clean

  • Stop the bazel server:

bazel shutdown

  • Display runtime info about the bazel server:

bazel info

  • Display help:

bazel help

  • Display version:

bazel version

See Also