@terabaud @cmmd_mx I recently had the same
discussion, and I favor separate repos. The reason is that with a mono-repo you
are not dogfooding your own packages (because you can run/build/develop
everything in place).
1 reply
@terabaud @cmmd_mx I prefer to use separate repos
and with CI and @SemanticRelease
pre-release feature allows me to publish and use a new npm package version
within a few minutes.
For quick local edits, I sometimes use "npm link".