ForkDatabricks (DBRX)Databricks (DBRX)published Jan 12, 2021seen 5d

databricks/buildtools

forked from bazelbuild/buildtools

Open original ↗

Captured source

source ↗
published Jan 12, 2021seen 5dcaptured 11hhttp 200method plain

databricks/buildtools

Description: A bazel BUILD file formatter and editor

Language: Go

License: Apache-2.0

Stars: 0

Forks: 2

Open issues: 0

Created: 2021-01-12T14:40:10Z

Pushed: 2024-05-10T11:49:23Z

Default branch: master

Fork: yes

Parent repository: bazelbuild/buildtools

Archived: yes

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 rules.

![Build status](https://buildkite.com/bazel/buildtools-postsubmit)

Setup

See instructions in each tool's directory.