Open dustinlacewell opened 3 years ago
@dustinlacewell It seems merge two Rush monorepos in one, and only work with rush monorepos
Shameless plug: You guys might want to try CoSpace. It's a little early, but it should be functional. I've used this successfully across multiple repos that don't use rush.
Does this only work with Rush monorepos?
Let's say a project in your monorepo depends on thirdparty npm package
foolib
.Let's say you need to test out a custom fork/patch to
foolib
, so you clone it locally, make some modifications, and now you have a customizedfoolib
on your disk.Can super-rush help linking
foolib
, a random non-rush-managed third-party npm package into my rush monorepo?