tree: 2554234c703aac1f7f51d05c30ad89ae2b9a105f [path history] [tgz]
  1. errcheck/
  2. go/
  3. npm/
  4. npx/
  5. protoc/
  6. README.md
bazel/tools/README.md

Tools

This directory defines tools that can be executed via bazel run. For example, it contains tools that are invoked from go:generate comments in Go code (//go:generate bazelisk run <label>).

To make bazel run invocations shorter, it is recommended to define aliases in the top-level //BUILD.bazel file.