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