@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
16 lines (10 loc) • 880 B
Markdown
# $${name}
This is the default template README for [Headlamp Plugins](https://github.com/kubernetes-sigs/headlamp).
- The description of your plugin should go here.
- You should also edit the package.json file meta data (like name and description).
## Developing Headlamp plugins
For more information on developing Headlamp plugins, please refer to:
- [Getting Started](https://headlamp.dev/docs/latest/development/plugins/), How to create a new Headlamp plugin.
- [API Reference](https://headlamp.dev/docs/latest/development/api/), API documentation for what you can do
- [UI Component Storybook](https://headlamp.dev/docs/latest/development/frontend/#storybook), pre-existing components you can use when creating your plugin.
- [Plugin Examples](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples), Example plugins you can look at to see how it's done.