@hawtio/preferences
TypeScript icon, indicating that this package has built-in type declarations

3.0.13 • Public • Published

hawtio-preferences

CircleCI

This plugin provides preferences functionality for hawtio, allowing custom plugins to register their own preference, which are then shown from the user preference menu.

Installation

yarn add @hawtio/preferences

Set up development environment

Clone the repository

git clone https://github.com/hawtio/hawtio-preferences
cd hawtio-preferences

Install development tools

Install project dependencies

yarn install

Run the demo web application

yarn start

Turn on source maps generation for debugging TypeScript

If you want to debug .ts using a browser developer tool such as Chrome DevTools, pass the --sourcemap flag:

yarn start -- --sourcemap

Do not use this flag when you are committing the compiled .js file, as it embeds source maps to the output file. Use this flag only during development.

Readme

Keywords

none

Package Sidebar

Install

npm i @hawtio/preferences

Weekly Downloads

7

Version

3.0.13

License

Apache-2.0

Last publish

Collaborators

  • phantomjinx
  • gr.grzybek
  • astefanutti
  • tadayosi
  • gashcrumb
  • jamesnetherton