Skip to content

Start here

Use this section when repoctl is new to you. The shortest useful path is to install the CLI, run repo init, then run repo doctor.

Pick your first move

What repoctl does

repoctl keeps common monorepo work in a small, predictable command set:

NeedCommand
Add repository conventionsrepo init
Inspect repository healthrepo doctor
Create a package or apprepo new
Plan checks before running themrepo check --dry-run

The CLI works with pnpm workspaces and understands Turborepo task graphs. It does not replace either tool.

Before you continue

You need Node.js 22.12 or newer and pnpm available on your path. Run commands from the repository root so repoctl can read the workspace configuration.