Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 3.12 KB

README.md

File metadata and controls

33 lines (28 loc) · 3.12 KB

Foxglove extension registry

A public registry for Foxglove extensions. Extensions here are available for install within Foxglove under the extension settings.

Adding your extension to the registry

  1. Write your custom Foxglove extension, starting with our create-foxglove-extension tool.
  2. Run yarn package in your extension to package it up into a .foxe file.
  3. Publish your .foxe file somewhere public. We recommend GitHub Releases alongside your code.
  4. Open a PR in this repo to update extensions.json and this README's "Extensions" section with your extension information.
  5. Once we merge your PR, users will be able to discover your extension by browsing within Foxglove.

Extensions