https://github.com/bazelbuild/buildtools
A bazel BUILD file formatter and editor
https://github.com/bazelbuild/buildtools
bazel build-tool formatter
Last synced: 21 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-05-05T09:07:36.000Z (29 days ago)
- Last Synced: 2025-05-05T10:22:29.498Z (29 days ago)
- Topics: bazel, build-tool, formatter
- Language: Go
- Homepage:
- Size: 2.47 MB
- Stars: 1,077
- Watchers: 34
- Forks: 430
- Open Issues: 241
-
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.