This is the example code for the EngFlow blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names and Runfiles."
engflow
contains the main repository of the examplefrobozz
is a separate Bazel module representing an external dependency
To try it out:
cd engflow
bazel run //:runfiles_demo
bazel build //:runfiles_genrule_demo &&
cat bazel-bin/demo_output.txt