https://github.com/bazelbuild/buildtools
A bazel BUILD file formatter and editor
https://github.com/bazelbuild/buildtools
bazel build-tool formatter
Last synced: 12 days ago
JSON representation
A bazel BUILD file formatter and editor
- Host: GitHub
- URL: https://github.com/bazelbuild/buildtools
- Owner: bazelbuild
- License: apache-2.0
- Created: 2016-06-09T20:31:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:24:44.000Z (13 days ago)
- Last Synced: 2025-04-09T17:32:44.809Z (13 days ago)
- Topics: bazel, build-tool, formatter
- Language: Go
- Homepage:
- Size: 2.68 MB
- Stars: 1,068
- Watchers: 34
- Forks: 429
- Open Issues: 240
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-bazel - bazelbuild/buildtools
- awesome - buildtools - A bazel BUILD file formatter and editor (Go)
- awesome-bazel - Buildifier
- awesome-starlark - Buildifier - The official code formatter & (Tools)
- awesome-starlark - Buildifier
README
# Buildtools for bazel
This repository contains developer tools for working with Google's `bazel` buildtool.
* [buildifier](buildifier/README.md) For formatting BUILD, BUILD.bazel and BUCK files in a standard way
* [buildozer](buildozer/README.md) For doing command-line operations on these files.
* [unused_deps](unused_deps/README.md) For finding unneeded dependencies in
[java_library](https://docs.bazel.build/versions/main/be/java.html#java_library) rules.[](https://buildkite.com/bazel/buildtools-postsubmit)
## Setup
See instructions in each tool's directory.