@hawtio/utilities

This module contains various helper functions and some classes that can be used by hawtio plugins.

Usage no npm install needed!

<script type="module">
  import hawtioUtilities from 'https://cdn.skypack.dev/@hawtio/utilities';
</script>

README

hawtio-utilities

This module contains various helper functions and some classes that can be used by hawtio plugins.

Installation

yarn add @hawtio/utilities

Set up development environment

Clone the repository

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

Install development tools

Install project dependencies

yarn install

Run the demo web application

yarn start

Change the default proxy port

To proxy to a local JVM running on a different port than 8282 specify the --port CLI arguement:

yarn start --port=8181