Overview of Bazel buildtools
mainThe bazelbuild/buildtools repository provides a suite of developer tools designed to improve the workflow when working with Google's bazel build system. The repository contains three primary tools:
- buildifier: A tool for formatting
BUILD,BUILD.bazel, andBUCKfiles to ensure they adhere to a standard style. - buildozer: A command-line utility for performing programmatic edits and operations on
BUILD,BUILD.bazel, andBUCKfiles. - unused_deps: A tool used to identify unneeded dependencies within
java_libraryrules.