This demo shows a few cool things:
- How you can download anything in tar.gz format
- How you can wrap any archive with a bazel build file.
- How to use the
locationsvariable in bazel. See all variables here
bazel run //:use_jrello
Then you will see the output at bazel-bin/output.txt
bazel query @jrello//...