bazel
Open-source build and test tool similar to Make, Maven, and Gradle. More information: <https://bazel.build/reference/command-line-reference>.
Install
- All systems
-
curl cmd.cat/bazel.sh
- Arch Linux
-
pacman -S bazel - OS X
-
brew install 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
© tl;dr; authors and contributors