A monorepo is a single repository that stores the source code of several or all
packages of an organization. One of the biggest advantages
[https://en.wikipedia.org/wiki/Monorepo#Advantages] of using monorepos is that
it's easier to share and reuse code across multiple packages inside the
monorepo. However,