Richard Levasseur | 327b4e3 | 2023-10-19 11:03:01 -0700 | [diff] [blame] | 1 | # Gazelle plugin |
| 2 | |
| 3 | [Gazelle](https://github.com/bazelbuild/bazel-gazelle) |
| 4 | is a build file generator for Bazel projects. It can create new `BUILD.bazel` files for a project that follows language conventions and update existing build files to include new sources, dependencies, and options. |
| 5 | |
| 6 | Bazel may run Gazelle using the Gazelle rule, or it may be installed and run as a command line tool. |
| 7 | |
| 8 | See the documentation for Gazelle with rules_python in the {gh-path}`gazelle` |
| 9 | directory. |