NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
The original implementation of this links bazelisk to /user/local/bin/bazelisk, but that means a user would have to type bazelisk to have it install bazel. The more natural way for a user to interact in a bazel project is just to run bazel. If bazelisk is linked to the bazel path it will automatically fetch bazel for the end user and not have to worry about different commands.
Here is an ergonmic example of what I expect as an end user when I start a space using this file
The original implementation of this links
bazelisk
to/user/local/bin/bazelisk
, but that means a user would have to typebazelisk
to have it install bazel. The more natural way for a user to interact in abazel
project is just to runbazel
. Ifbazelisk
is linked to thebazel
path it will automatically fetchbazel
for the end user and not have to worry about different commands.Here is an ergonmic example of what I expect as an end user when I start a space using this file