@metacentre/shipyard-ssb
v1.2.0
Published
standard ssb plugins as found in ssb-server
Downloads
7
Maintainers
Readme
shipyard-ssb
List of standard ssb plugins loaded by ssb-server. Used with shipyard to start a server configured the same as ssb-server.
Usage
Pass the list of standard ssb plugins to shipyard to load.
const shipyard = require('@metacentre/shipyard')
const ssbPlugins = require('@metacentre/shipyard-ssb')
const sbot = shipyard({}, { plugins: ssbPlugins })
Now you have a standard ssb-server running. You can add other plugins too; see @metacentre/shipyard for details.