Installation
Installation
Install globally:
npm i -g @kitsy/coopcoop --helpInstall locally inside another repo:
pnpm add -D @kitsy/cooppnpm exec coop --helpInstall the documentation content package when you want to consume COOP docs from another site or app:
pnpm add @kitsy/coop-docsCOOP 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.