Custom plugins support for Scuttle-Shell
I've added support for custom plugins but I haven't added any form of checking for conflicts or safety.
It is on the https://github.com/ssbc/scuttle-shell/tree/enhancement-custom-plugins
It supports custom plugins from two different sources, one is adding a plugins
array to scuttleshell.json
another is passing a custom configuration object to the scuttleshell.start()
call like:
scuttleshell.start({
plugins: ["./examples/service-discovery"]
})
There is a new sample at examples/launch_sbot_custom_plugin.js
cc @mix @cryptix