1.2.0 • Published 2 years ago

@metacentre/shipyard-ssb v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.