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

4.12.0 • Public • Published

Jellyfish Feedback Plugin

Provides the tools to manage user feedback within Jellyfish.

Usage

Below is an example how to use this library:

import { feedbackPlugin } from '@balena/jellyfish-plugin-feedback';
import { PluginManager } from '@balena/jellyfish-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([
	feedbackPlugin(),
]);
const contracts = pluginManager.getCards();
console.dir(contracts);

Documentation

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

Testing

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

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-plugin-feedback

Weekly Downloads

2

Version

4.12.0

License

AGPL-3.0

Unpacked Size

65 kB

Total Files

57

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io