- bazel_skylib has many utilities like
copy_file - aspect-bazel-lib builds on top of
bazel-skylibwith many more utilities - Recommended rules from the Bazel team
BUILD file, you can search on this site to find that useful nugget.
You can also look through example repositories like
aspect bazel-examples to find solutions to problems similar to yours.
Aspect can be hired to write “missing” rulesets.If you don’t find one you need, consider donating a Feature Bounty on our
OpenCollective and we can add it for you.For example, we were contracted to write rules_distroless, rules_apko, and rules_sol.

