blob: 89f26d67bbb5a7a8d02967cc73ab51a15a54628b [file] [log] [blame] [view]
Richard Levasseur327b4e32023-10-19 11:03:01 -07001# Gazelle plugin
2
3[Gazelle](https://github.com/bazelbuild/bazel-gazelle)
4is 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
6Bazel may run Gazelle using the Gazelle rule, or it may be installed and run as a command line tool.
7
8See the documentation for Gazelle with rules_python in the {gh-path}`gazelle`
9directory.