CodeBrowser / npm / lerna
lerna@9.0.7
// Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
$ npm install lerna
downloads/wk
1,605,604
license
MIT
version
9.0.7
published
Mar 13, 2026
What is lerna?
Lerna is a tool for managing multiple JavaScript/TypeScript packages within a single repository (known as a monorepo). It automates common tasks like versioning, publishing, and dependency management across packages, making it easier to maintain projects with interdependent modules. Developers use Lerna when they need to coordinate updates and releases across several related packages while keeping them in one codebase.
Keywords
#lerna #monorepo #multi-package
Maintainers
nrwlowner, jameshenry