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 381 forks source link

Add start of new language plugin guide #1846

Open Whoaa512 opened 4 months ago

Whoaa512 commented 4 months ago

What type of PR is this? Documentation

What does this PR do? Why is it needed? Adds a much needed guide for how to create language plugins

Just a draft PR for now, while I'm writing this out

Fixes #1848