8 ms·
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
by mattste 8y 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?
- richthegeek 8y agoCould you use git modules? Keep your distinct repos and have a monorepo that updates are PRed into?