Common useful functions for writing BUILD files and Starlark macros/rules
Go to file
Derek Cormier 91e1086f79 debug: add some logging to debug bcr action 2022-05-02 19:41:10 -07:00
.bazelci
.github/workflows debug: add some logging to debug bcr action 2022-05-02 19:41:10 -07:00
docs refactor: export copy_to_directory_lib in the public API for use downstream in packaging rules (#96) 2022-04-29 15:26:24 -07:00
e2e chore: use aspect_bazel_lib diff_test (#94) 2022-04-29 00:36:41 -07:00
lib refactor: export copy_to_directory_lib in the public API for use downstream in packaging rules (#96) 2022-04-29 15:26:24 -07:00
tools feat: add os_arch_name() function to repo_utils and cleanup yq & jq toolchains for repository names follow this convention (#82) 2022-04-21 17:45:33 -07:00
.bazelrc
.bazelversion
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
BUILD.bazel
CONTRIBUTING.md
LICENSE
MODULE.bazel test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
README.md
WORKSPACE test: introduce an e2e test asserting that bzlmod works 2022-04-27 17:34:45 -07:00
internal_deps.bzl

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.

Need help? This ruleset has support provided by https://aspect.dev.

Installation

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