bazel-skylib/gazelle/bzl
Alexandre Rostovtsev a16ebb4dca
Add `default_applicable_license` and remove obsolete `licenses()` in all BUILD files (#504)
2024-05-01 17:24:18 -04:00
..
testdata Fix spelling (#445) 2023-04-26 21:55:09 -04:00
BUILD Add `default_applicable_license` and remove obsolete `licenses()` in all BUILD files (#504) 2024-05-01 17:24:18 -04:00
README.md Move bzl ext (#265) 2020-08-20 13:14:55 -04:00
gazelle.go Fix spelling (#445) 2023-04-26 21:55:09 -04:00
gazelle_test.go Add the gazelle plugin to the distribution (#400) 2022-11-07 11:25:38 +01:00

README.md

Gazelle

Gazelle is a BUILD file generator for Bazel. This directory contains a language extension for the Gazelle generator that allows it to automatically parse valid bzl_library targets for all .bzl files in a repo in which it runs. It will additionally include a deps entry tracking every .bzl that is loaded into the primary file.

This can be used, for example, to generate stardoc documentation for your .bzl files, both simplify the task of and improve the quality of documentation.