@balena/jellyfish-plugin-product-os

Product OS Jellyfish Plugin

Usage no npm install needed!

<script type="module">
  import balenaJellyfishPluginProductOs from 'https://cdn.skypack.dev/@balena/jellyfish-plugin-product-os';
</script>

README

Jellyfish productOS Plugin

Provides a set of cards for adding productOS functionality to Jellyfish, such as loops and transformers.

Usage

Below is an example how to use this library:

import { cardMixins } from '@balena/jellyfish-core';
import ProductOSPlugin from '@balena/jellyfish-plugin-product-os';

const plugin = new ProductOSPlugin();

// Load cards from this plugin, can use custom mixins
const cards = plugin.getCards(context, cardMixins);
console.dir(cards);

Documentation

Publish Documentation

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

Testing

Unit tests can be easily run with the command npm test.