# splitsh/lite

Split a repository to read-only standalone repositories

Repository: https://github.com/splitsh/lite
Canonical: https://ross.abutalabs.com/products/splitsh-lite
Language: Go
License: MIT
License Family: permissive
Topics: monolithic, git, subtree, split, monorepo, synchronization
Last push: 2025-11-30T16:05:39+00:00

## Health v2 (maintenance only)
Score: 47/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 54, release rhythm 8, longevity 100
- inputs: {"age_days": 3750, "days_push": 276, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1612, forks 74 (observed 2026-08-28T04:05:11.068286+00:00)

## What it is
splitsh-lite is a fast, Go-based replacement for `git subtree split` that extracts subdirectories of a monolithic repository into read-only standalone repositories. It enables synchronizing a monorepo to multiple standalone repositories in real time.

## Use cases
- split a monorepo subdirectory into a standalone repository
- replace slow git subtree split with a faster tool
- synchronize a monolithic repo to read-only standalone repos
- publish packages from subdirectories of a monorepo
- manage monorepo vs manyrepo workflows

## When to choose
- you maintain a monorepo but need standalone read-only mirrors of subdirectories
- git subtree split is too slow for your repository size
- you want automated real-time synchronization between a monorepo and standalone repos

## When to avoid
- you need two-way synchronization or writable standalone repositories
- you want to merge multiple existing repos into a monorepo (use tomono instead)
- you prefer a GUI or hosted solution over a CLI

## Facets
- artifact type: cli-tool
- maturity: active
- function: version-control, developer-tools
- domain: version-control, developer-tools
- platform: windows, cli
- tags: git, monorepo, subtree-split, repository-splitting, linux, macos

## Member repositories
- splitsh/lite (main) score 47

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:11.068286+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:51:10.833846+00:00, confidence not recorded.
  - readme: https://github.com/splitsh/lite (fetched 2026-08-28T04:05:11.068286+00:00, sha 7092ef393f78)
- Data as of 2026-08-30T08:39:29.467469+00:00.
