https://github.com/regular/npm-ssb
A decentralised node package registry for Secure Scuttlebutt
https://github.com/regular/npm-ssb
Last synced: 10 months ago
JSON representation
A decentralised node package registry for Secure Scuttlebutt
- Host: GitHub
- URL: https://github.com/regular/npm-ssb
- Owner: regular
- Created: 2017-06-22T20:08:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T12:17:41.000Z (almost 9 years ago)
- Last Synced: 2025-06-10T09:04:32.997Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```