blob: db7080da0834a42af7a5b025e2c87b06b23ad566 [file] [edit]
A user-friendly launcher for Bazel
Bazelisk is a wrapper for Bazel written in Go. It automatically picks a good
version of Bazel given your current working directory, downloads it from the
official server (if required) and then transparently passes through all
command-line arguments to the real Bazel binary. You can call it just like you
would call Bazel.