We use these tools daily, but they may contain bugs. Suggestions or contributions are welcome!
Create a simple MODULE.bazel file and some other bazel files to get you started.
bzlmod initAdd a dependency to your bazel module file with ease! Correctly checks third party registries configured in your .bazelrc files as well.
bzlmod add rules_ccMODULE.bazel after command:
module(name = "my_cool_module")
+bazel_dep(name = "rules_cc", version = "0.0.8")Create file and folder structure required for a bazel registry.
bzlreg initAdd a bazel module from it's archive to the registry.
bzlreg add-module http://example.com/some/targz/archive.tar.gz