Skip to content

Monorepo: Multiple JavaScript Modules/npm Packages in a single Git Repo

We (want to) use a monorepo to simplify development of strongly coupled npm modules.

How Tos

WARNING

A module must be built to become available for the dependent modules.

Simply changing the (TypeScript) code without re-build has no effect to other modules.

Relevant Hints

Examples and Experiences with Monorepos

Released under the MIT License.