Show HN: Inrepo – Pull upstream repos into your app without forks or submodules
Category: devtools
Tags: git-vendoring, cli-tool, dependency-management
Score: 5.5/10 (Innovation: 5, Technical: 6, Documentation: 6, Utility: 5)
Inrepo is a CLI tool that allows developers to vendor upstream Git repositories into their project tree using a declarative config, avoiding forks or submodules. It supports pinned commits, overlay patches for team customizations, and verification for CI, making it interesting for teams needing deterministic, reviewable vendoring of dependencies.
Target audience: backend devs, devops
Repository: https://github.com/inthhq/inrepo · TypeScript · MIT · 5 stars
View on Hacker News