@balena/jellyfish-plugin-channels
TypeScript icon, indicating that this package has built-in type declarations

3.2.12 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-plugin-channels

Weekly Downloads

0

Version

3.2.12

License

AGPL-3.0

Unpacked Size

123 kB

Total Files

46

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io