feat: add docs

This commit is contained in:
Eric
2026-03-04 14:38:30 +01:00
parent d5b3f5c5ac
commit 075a1159cf
15 changed files with 321 additions and 26 deletions

View File

@@ -2,6 +2,11 @@
Bazel rules for bun.
## Rule reference
- Generated API docs: [docs/rules.md](docs/rules.md)
- Regenerate: `bazel build //docs:rules_md && cp bazel-bin/docs/rules.md docs/rules.md`
## Use
These steps show how to consume a tagged release of `rules_bun` in a separate Bazel workspace.