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

mateodelnorte/meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo? observed · 2026-08-28

github.com/mateodelnorte/meta · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 3550
  • days_rel: n/a
  • days_push: 19
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2217 stars · 103 forks observed · 2026-08-28

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

meta is a Node.js CLI tool that manages multi-project systems by combining many git repositories into a single 'meta repo', letting you run commands like git status or npm install across some or all child repos at once. It uses a simple commander.js-based plugin architecture and avoids the quirks of git submodules or subtrees.

Use cases

  • clone a multi-project architecture in one command
  • run git commands across many repos at once
  • npm or yarn install all projects in one go
  • give every engineer the same project setup after cloning
  • migrate a monorepo into many repos with meta project migrate
  • give different teams different slices of the architecture via multiple metarepos

When to choose

  • your codebase spans many separate git repos that you want to manage together
  • you want monorepo-like convenience without abandoning per-project repos
  • you need to run the same command across a subset of directories/repos
  • you want to avoid git submodules and subtree complexity

When to avoid

  • you have a single repository and no multi-repo needs
  • you need atomic cross-repo commits or PRs that monorepo tooling provides
  • your team already standardized on git submodules or a monorepo tool like Nx or Bazel

Facets

cli-tool · maturity stable

developer-tools version-control cli workflow-automation plugin-system developer-tools version-control cli cross-platform git meta-repo multi-repo monorepo-alternative repository-management command-line automation nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mateodelnorte/metamain66

For agents

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

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