Name Date Size #Lines LOC

..--

testdata/H25-Apr-2025-449320

BUILDH A D25-Apr-20252.1 KiB8070

README.mdH A D25-Apr-2025551 1410

gazelle.goH A D25-Apr-202510.7 KiB350214

gazelle_test.goH A D25-Apr-20253.6 KiB144104

README.md

1# Gazelle
2
3Gazelle is a `BUILD` file generator for Bazel. This directory contains a
4language extension for the Gazelle generator that allows it to automatically
5parse valid `bzl_library` targets for all `.bzl` files in a repo in which it
6runs. It will additionally include a `deps` entry tracking every `.bzl` that is
7`load`ed into the primary file.
8
9This can be used, for example, to generate
10[`stardoc`](https://github.com/bazelbuild/stardoc) documentation for your
11`.bzl` files, both simplify the task of and improve the quality of
12documentation.
13
14