av8ta committed remove lenient listLatest: dd7dc57 on 7/28/2021, 12:51:43 PM | |
📄 | .gitignore |
📄 | .prettierrc |
📄 | README.md |
📄 | index.js |
📄 | package-lock.json |
📄 | package.json |
README.md
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.
Built with git-ssb-web