An open API service indexing awesome lists of open source software.

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

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
```