KandiForge Registry

Private npm registry for @kandiforge/* packages

Operational · production

Authenticated install

npm config set @kandiforge:registry https://registry.kandiforge.com/
npm config set //registry.kandiforge.com/:_authToken <token>
npm install @kandiforge/spectacle

Get a registry token

curl -X POST https://registry.kandiforge.com/-/auth/exchange \
  -H "Authorization: Bearer <your-kandiforge-session-token>"