Skip to content
Kitsy Docs Open COOP

Installation

Installation

Install globally:

Terminal window
npm i -g @kitsy/coop
coop --help

Install locally inside another repo:

Terminal window
pnpm add -D @kitsy/coop
pnpm exec coop --help

Install the documentation content package when you want to consume COOP docs from another site or app:

Terminal window
pnpm add @kitsy/coop-docs

COOP operates on the nearest parent workspace containing .coop/ or .git/.

On Windows PowerShell, the global npm install may resolve coop to coop.ps1 first. If automation or an agent shell hits execution-policy issues, use coop.cmd explicitly.