Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.docex.dev/llms.txt

Use this file to discover all available pages before exploring further.

Installation

SDK

npm install docexdev
yarn add docexdev
pnpm add docexdev

CLI

The CLI is included in the docexdev package:
npx docex --help
Or install globally:
npm install -g docexdev

Requirements

  • Node.js >= 18
  • ES modules ("type": "module" in package.json)

Verify

npx docex --version