registry-sync Handbook
Welcome to the registry-sync handbook.
registry-sync is a desired-state sync engine for multi-registry package publishing. Think of it as Terraform for package registries — audit your GitHub org against npmjs and GHCR, detect version drift, find orphaned packages, and generate action plans to close the gap.
It is the write-side companion to registry-stats, which handles the read side (download counts and metrics).
How it works
Section titled “How it works”- Audit — scan your org and build a presence matrix across registries
- Plan — compute what needs to change, with risk-rated actions
- Apply — execute the plan non-destructively via GitHub issues and PRs
Handbook contents
Section titled “Handbook contents”- Getting Started — install, authenticate, and run your first audit
- Commands — detailed reference for
audit,plan, andapply - Configuration — config file format and library usage
- Security — security model, permissions, and threat boundaries