Hacker News new | ask | show | jobs
by gavinray 2168 days ago
Ohhhh.

So the example in the repo being, you have some set of tools which you may want to run in CI/CD, or maybe every developer to have the same version of (linters, deployment tools, test runners, etc) and this will figure out the optimal way of pulling them so they're available?

Thanks, makes sense now I think.

1 comments

Yep! Not only pulling them, but also building them and pushing them if needed.