Skip to content

Installation

Installation

You can install Docflow using package managers like npm, yarn, or pnpm.

bash
npm install --save-dev docflow
bash
yarn add --dev docflow
bash
pnpm add --save-dev docflow

After installation, see Project Configuration for setting up Docflow. Configure it to suit your project needs.

Released under the MIT License.