Common useful functions for writing BUILD files and Starlark macros/rules
Go to file
Derek Cormier b8347b5f0a feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
.github/workflows fix: release archive needs a strip_prefix (#14) 2021-12-11 12:43:57 -08:00
docs feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
lib feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
.bazelrc feat: copy_to_directory copies files and directories to an output directory 2021-11-16 21:30:32 -08:00
.bazelversion Add unittest 2021-11-08 07:22:47 -08:00
.gitignore Initial commit 2021-11-08 06:20:26 -08:00
.pre-commit-config.yaml Initial commit 2021-11-08 06:20:26 -08:00
.prettierignore feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
BUILD.bazel refactor: simplify release (#13) 2021-12-11 11:27:39 -08:00
CONTRIBUTING.md release: update instructions 2021-11-11 07:02:50 -08:00
README.md refactor: simplify release (#13) 2021-12-11 11:27:39 -08:00
WORKSPACE feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00
internal_deps.bzl feat: add jq toolchain and rule 2021-12-14 17:59:52 -08:00

README.md

Aspect's Bazel helpers library

This is code we would contribute to bazel-skylib, but the declared scope of that project is narrow and it's very difficult to get anyone's attention to review PRs there.

Installation

From the release you wish to use: https://github.com/aspect-build/bazel-lib/releases copy the WORKSPACE snippet into your WORKSPACE file.