Fork me on GitHub
#tools-deps
<
2022-06-25
>
victorb11:06:31

quick q: Can I somehow hook into tools-deps installation lifecycle? For example, I'd like to prevent downloading dependencies based on some heuristics, so I have a cli that exits with 0/non-zero status code, which I'd like to use to prevent downloads. npm has "scripts" in its package.json, where you can add a preinstall script that gets run before installs, so I guess i'm looking for something similar

Alex Miller (Clojure team)11:06:08

No, don't have anything like that