# buildtools **Repository Path**: mirrors_addons/buildtools ## Basic Information - **Project Name**: buildtools - **Description**: A bazel BUILD file formatter and editor - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: bug/763 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-03 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/master/be/java.html#java_library) rules. [![Build status](https://badge.buildkite.com/6a80fcf7909883296cada2e474286ea627994b9130aed110e2.svg)](https://buildkite.com/bazel/buildtools-postsubmit) ## Setup See instructions in each tool's directory.