1
0
Fork 0
freesewing/markdown/dev/reference/terms/monorepo/en.md
2021-12-28 11:06:54 +01:00

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.