hackernews • r/hackernews
Comment on: Show HN: Vdm, a sane alternative to e.g. Git submodules
Do you mean a completely manual workflow where you copy dependencies into the vendor dir by hand and then they are part of your project?
Developers often resort to copying dependencies into a vendor directory by hand, leading to version drift and merge conflicts. Vendify automates vendor directory management, locking versions, and integrating with CI/CD to eliminate manual steps and ensure reproducible builds.