# npm-ssb **Repository Path**: mirrors_regular/npm-ssb ## Basic Information - **Project Name**: npm-ssb - **Description**: A decentralised node package registry for Secure Scuttlebutt - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npm-ssb ``` sh git clone ssb://%imnigwPJY1MbBuvaSGj2CZXjsOqq3LCBCCkxLusLNHQ=.sha256 cd npm-ssb npm i bin/npm-ssb& cd to/whereever/your/package/is npm publish --registry=http://localhost:9000 ``` To stop it again: ``` pgrep npm-ssb | xargs kill ```