| # Buildtools for Bazel |
| |
| This repository contains developer tools for working with Google's `bazel` buildtool. |
| |
| * [buildifier](buildifier/README.md) A linter and formatter for Bazel-dialect Starlark (`BUILD`, `*.bzl`, `BUCK`, etc.) |
| * [buildozer](buildozer/README.md) A machine-editor allowing batch command-line operations on these files. |
| |
| [](https://buildkite.com/bazel/buildtools-postsubmit) |
| |
| ## Setup |
| |
| See instructions in each tool's directory. |