Posts tagged with monorepo
-
Maven and monorepo
Sep 26, 2021In this post, I’m playing with releasing a subset of libraries from a Maven monorepo.
-
Git repo juggling
May 28, 2021This post shows how to use
git subtree
commands to move git repositories around. Perfect if you’re indecisive about monorepo vs multirepo. -
Using Lerna for TypeScript and npm
May 13, 2021In this post, I’m showing a way to setup a monorepo with Lerna, taking into account some pitfalls when publishing to npm.