Skip to content

handover

The unified CLI for turning any codebase into clear, navigable documentation.
  1. Install the package and initialize your project.
  2. Configure provider keys and defaults.
  3. Generate documentation with a single command.
Install package
npm install --save-dev handover-cli
Generate docs
npx handover-cli generate

After setup, edit .handover.yml and rerun the generator. You can also run --static-only to build starter docs without any LLM calls.