Skip to content

Jervis DocsRepository-aware documentation delivery

Scan a software project, create 14 structured documentation types, optionally fill them with AI, capture screenshots, and export client-ready bundles.

Products

  • jervis-docs provides the jervis command-line interface.
  • jervis-docs-core exposes the CommonJS core engine.
  • Jervis Docs for VS Code bundles the core workflows into the editor.

Requires Node.js 18 or newer. Licensed under MIT.

Start without AI

bash
npm install --save-dev jervis-docs
npx jervis docs:init
npx jervis docs:scan
npx jervis docs:generate
npx jervis docs:coverage
npx jervis docs:export --formats html,md,zip

Continue with the Quick Start or review the workflow comparison.

Released under the MIT License.