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. 1. Point npm at the registry

    npm config set registry https://npm-registry.guohamy.com
  2. 2. Install a package

    pnpm add your-package
  3. 3. Publish a package

    npm publish --registry=https://npm-registry.guohamy.com

Recently updated

View all