Gazelle
Gazelle is a build file generator for Bazel projects. It can create new BUILD.bazel files for a project that follows language conventions, and it can update existing build files to include new sources, dependencies, and options. Gazelle natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Gazelleは主にGoのプロジェクトで使われるツールで、BUILD.bazelを自動生成してくれる