> ## 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

> Install the docexdev SDK and CLI via npm, yarn, or pnpm.

# Installation

## SDK

```bash theme={null}
npm install docexdev
```

```bash theme={null}
yarn add docexdev
```

```bash theme={null}
pnpm add docexdev
```

## CLI

The CLI is included in the `docexdev` package:

```bash theme={null}
npx docex --help
```

Or install globally:

```bash theme={null}
npm install -g docexdev
```

## Requirements

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

## Verify

```bash theme={null}
npx docex --version
```
