handover
The unified CLI for turning any codebase into clear, navigable documentation.
Start quickly
Section titled “Start quickly”- Install the package and initialize your project.
- Configure provider keys and defaults.
- Generate documentation with a single command.
Explore by outcome
Section titled “Explore by outcome”- I am onboarding a new repo: Getting started
- I need CLI flags and environment details: Command reference
- I need release history: Changelog
- I want to contribute to the project: Contributor development guide
Install
Section titled “Install”npm install --save-dev handover-cliFirst command
Section titled “First command”npx handover-cli generateAfter setup, edit .handover.yml and rerun the generator. You can also run --static-only to build starter docs without any LLM calls.