hal-edk
v3.2.0
Published
HAL extension development kit
Maintainers
Readme
Development package for writing HAL extensions. Follow these steps to setup a new extension project:
Create a new yarn project
Install a developer dependency for
hal-edk:$ yarn install --save-dev hal-edkThis will install the management console in
node_modules/hal-edkand create two files in the project's root folder:index.html: Starts the console and loadsextension.jsextension.js: Registers a noop header extension
Start a local web server and open
index.html
Don't forget to add the URL of your local web server as allowed origin to the management model.
For more details see https://github.com/hal/hal.next.
