Open jeroenvandijk opened 1 year ago
This may need a change in bb, allowing you to call bb --deps-root ...
programmatically instead of from the CLI, for projects that are composed of multiple dependencies (like carve)
Or perhaps adding the project as :local/root
works...
I think it works already, but need to fix some tests
Like #46 scripts installed from a git dependency don't have to be called via process/exec. Instead, they can be called directly in combination with
babashka.deps/add-deps
.The time savings depend on your local hardware, but should be something like:
(Some background in a recent discussion around Carve)