git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: 3ac3f63409b2f6e177034de5ad8483d25749626a

Files: 3ac3f63409b2f6e177034de5ad8483d25749626a / plugins / plugins.md

1136 bytesRaw

ssb-server plugins plugin

Install and manage third-party plugins.

install: source

Install a plugin to ssb-server.

install {nodeModule} [--from path]
install(nodeModule, { from: })

Calls out to npm to install a package into ~/.ssb/node_modules.

uninstall: source

Uninstall a plugin from ssb-server.

uninstall {nodeModule}
uninstall(nodeModule)

Calls out to npm to uninstall a package into ~/.ssb/node_modules.

enable: async

Update the config to enable a plugin.

enable {nodeModule}
enable(nodeModule, cb)

disable: async

Update the config to disable a plugin.

disable {nodeModule}
disable(nodeModule, cb)

Built with git-ssb-web