Skip to content

cj81499/asdf-bazel-buildtools

Repository files navigation

asdf-bazel-buildtools

Build Lint

bazel-buildtools plugin for the asdf version manager.

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add bazel-buildtools git@github.com:cj81499/asdf-bazel-buildtools.git
# or
asdf plugin add bazel-buildtools https://github.com/cj81499/asdf-bazel-buildtools.git

bazel-buildtools:

# Show all installable versions
asdf list-all bazel-buildtools

# Install specific version
asdf install bazel-buildtools <version>
# Install latest version
asdf install bazel-buildtools latest

# Set a version globally (on your ~/.tool-versions file)
asdf global bazel-buildtools <version>

# Now bazel-buildtools commands are available
buildifier --version
buildozer --version
unused_deps --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Cal Jacobson

About

Bazel buildtools plugin for asdf version manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages