bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.21k stars 382 forks source link

[Feature] More comprehensive language plugin creation guide #1848

Open Whoaa512 opened 4 months ago

Whoaa512 commented 4 months ago

The current extend.md docs leave a lot to be desired.

I'm working on a re-write of an internal C++ plugin and started a draft in https://github.com/bazelbuild/bazel-gazelle/pull/1846