Private npm registry
Every private package, browsable in one place
Search the registry, read the README, browse the shipped files and check dependencies — served straight from R2 and D1 on Cloudflare Workers.
Getting started
Three commands to publish and install
1. Point npm at the registry
npm config set registry https://npm-registry.guohamy.com2. Install a package
pnpm add your-package3. Publish a package
npm publish --registry=https://npm-registry.guohamy.com