Hacker News new | ask | show | jobs
by mattste 2774 days ago
One of the major pain-points I've hit with this concept of a "Monorepo" is tooling support since many things are built on the premise of separate repos for each code base. Pain points: Git+Github issues, CircleCI, etc. How do you handle those problems?
1 comments

Could you use git modules? Keep your distinct repos and have a monorepo that updates are PRed into?