9 lines
305 B
Markdown
9 lines
305 B
Markdown
---
|
|
title: Monorepo
|
|
---
|
|
|
|
A monorepo is an organisational approach to software development where rather than
|
|
having a multitude of repositories, a number of different software pieces are bundled
|
|
together in a single repository.
|
|
|
|
FreeSewing's monorepo holds all our Javascript packages in such a structure.
|