You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel Starlib is a collection of projects that contain rulesets and libraries that are useful for
6
-
the implementation of Bazel projects.
7
-
8
-
| Project | Description | Documentation |
9
-
| ------- | ----------- | ------------- |
10
-
| bazeldoc | Generate Starlark documentation using [Bazel Stardoc](https://github.com/bazelbuild/stardoc). Formerly hosted as [bazel-doc](https://github.com/cgrindel/bazel-doc). |[API](/doc/bazeldoc/), [How-to](/bazeldoc/)|
11
-
| bzlformat | Format Bazel Starlark files using [Buildifier](https://github.com/bazelbuild/buildtools/tree/master/buildifier), test that the formatted files exist in the workspace directory, and copy formatted files to the workspace directory. Formerly hosted as [rules_bzlformat](https://github.com/cgrindel/rules_bzlformat). |[API](/doc/bzlformat/), [How-to](/bzlformat/), [Examples](/examples/bzlformat/)|
12
-
| bzllib | Collection of Starlark libraries. |[API](/doc/bzllib/), [How-to](/bzllib/)|
13
-
| bzlrelease | Automate and customize the generation of releases using GitHub Actions. |[API](/doc/bzlrelease/), [How-to](/bzlrelease/)|
14
-
| bzltidy | Collect Bazel actions that keep your source files up-to-date. |[API](/doc/bztidy/), [How-to](/bzltidy/)|
| shlib | Collection of libraries useful when implementing shell binaries, libraries, and tests. Formerly hosted as [bazel_shlib](https://github.com/cgrindel/bazel_shlib). |[API](/doc/shlib/), [How-to](/shlib/)|
17
-
| updatesrc | Copy files from the Bazel output directories to the workspace directory. Formerly hosted as [rules_updatesrc](https://github.com/cgrindel/rules_updatesrc)|[API](/doc/updatesrc/), [How-to](/updatesrc/), [Examples](/examples/updatesrc/)|
| bazeldoc | Generate Starlark documentation using [Bazel Stardoc](https://github.com/bazelbuild/stardoc). Formerly hosted as [bazel-doc](https://github.com/cgrindel/bazel-doc). |[API](/doc/bazeldoc/), [How-to](/bazeldoc/)|
11
+
| bzlformat | Format Bazel Starlark files using [Buildifier](https://github.com/bazelbuild/buildtools/tree/master/buildifier), test that the formatted files exist in the workspace directory, and copy formatted files to the workspace directory. Formerly hosted as [rules_bzlformat](https://github.com/cgrindel/rules_bzlformat). |[API](/doc/bzlformat/), [How-to](/bzlformat/), [Examples](/examples/bzlformat/)|
12
+
| bzllib | Collection of Starlark libraries. |[API](/doc/bzllib/), [How-to](/bzllib/)|
13
+
| bzlrelease | Automate and customize the generation of releases using GitHub Actions. |[API](/doc/bzlrelease/), [How-to](/bzlrelease/)|
14
+
| bzltidy | Collect Bazel actions that keep your source files up-to-date. |[API](/doc/bztidy/), [How-to](/bzltidy/)|
| shlib | Collection of libraries useful when implementing shell binaries, libraries, and tests. Formerly hosted as [bazel_shlib](https://github.com/cgrindel/bazel_shlib). |[API](/doc/shlib/), [How-to](/shlib/)|
17
+
| updatesrc | Copy files from the Bazel output directories to the workspace directory. Formerly hosted as [rules_updatesrc](https://github.com/cgrindel/rules_updatesrc)|[API](/doc/updatesrc/), [How-to](/updatesrc/), [Examples](/examples/updatesrc/)|
0 commit comments