@metacentre/shipyard-ssb

standard ssb plugins as found in ssb-server

Usage no npm install needed!

<script type="module">
  import metacentreShipyardSsb from 'https://cdn.skypack.dev/@metacentre/shipyard-ssb';
</script>

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.