1.1.0 • Published 3 years ago

@metacentre/shipyard-oasis v1.1.0

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

shipyard-oasis

List of standard ssb plugins loaded by oasis. Used with shipyard to start a server configured the same as oasis.

Usage

Pass the list of standard ssb plugins to shipyard to load.

const shipyard = require('@metacentre/shipyard')
const plugins = require('@metacentre/shipyard-oasis')

const sbot = shipyard({}, { plugins })

Now you have a standard oasis running. You can add other plugins too; see @metacentre/shipyard for details.