Ross ROSS = Recommend OSS · open-source software intelligence for agents

lerna/lerna

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. observed · 2026-08-28

github.com/lerna/lerna · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 98
  • Release rhythm 86
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 32.5
  • age_days: 3925
  • days_rel: 14
  • days_push: 14
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

36052 stars · 2265 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Lerna is a build system and CLI for managing, versioning, and publishing multiple JavaScript/TypeScript packages from a single monorepository. Since v6 it delegates task scheduling to Nx, providing computation caching, parallel task execution, and distributed task execution across machines.

Use cases

  • manage a javascript monorepo with multiple packages
  • publish multiple npm packages from one repository
  • run build and test tasks across packages in the right order
  • cache build results so the same code is never rebuilt twice
  • run tasks only for projects affected by a PR
  • version and tag packages automatically with semantic version bumps
  • speed up CI by distributing tasks across multiple machines

When to choose

  • you maintain many JavaScript/TypeScript packages in a single repository
  • you need automated version bumping and npm publishing workflows
  • you want fast, cached, order-aware task execution powered by Nx
  • you want to run commands only against changed or affected packages

When to avoid

  • you have a single-package repository with no monorepo needs
  • you rely on another monorepo tool like Nx directly, Turborepo, or pnpm workspaces alone
  • you need language support beyond the JavaScript/TypeScript ecosystem

Facets

cli-tool · maturity active

build-tool package-manager ci-cd developer-tools developer-tools web-development version-control cli cross-platform monorepo npm-publishing task-runner nx workspaces versioning build-caching distributed-task-execution javascript nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
lerna/lernamain94

For agents

markdown · JSON · MCP: product_card(name="lerna/lerna")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem