@balena/jellyfish-plugin-channels

Jellyfish Channels Plugin

Provides a set of cards and actions for adding 'channels' functionality to Jellyfish.

Usage

Below is an example how to use this library:

import { channelsPlugin } from '@balena/jellyfish-plugin-channels';
import { PluginManager } from '@balena/jellyfish-worker';

// Load cards from this plugin
const pluginManager = new PluginManager([channelsPlugin()]);
const cards = pluginManager.getCards();
console.dir(cards);

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-channels

Generated using TypeDoc