Skip to main content

One post tagged with "monorepo"

View All Tags

Monorepo experience

· 3 min read
samundrak
JavaScript Dev

Monorepo is a repository pattern where we manage multiple packages in a single repository. Normally what we do is create a separate repository for each package and maintain all those packages by tracking their version and release. In Monorepo we put all of our packages in a single repository.