@balena/jellyfish-plugin-channels
Advanced tools
Weekly downloads
Changelog
3.2.12 - 2022-06-27
Readme
Provides a set of cards and actions for adding 'channels' functionality to Jellyfish.
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);
Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-channels
FAQs
Channels Jellyfish Plugin
The npm package @balena/jellyfish-plugin-channels receives a total of 391 weekly downloads. As such, @balena/jellyfish-plugin-channels popularity was classified as not popular.
We found that @balena/jellyfish-plugin-channels demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.