From b741cfebc6809a6a54dd8a04f539a7922a78f1dc Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Sat, 21 Mar 2026 03:40:50 +0000 Subject: [PATCH] chore: initialize repository Empty bootstrap commit to establish main branch before template scaffolding PR. Co-Authored-By: Paperclip --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..500ecef --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# headlamp-plugin-template + +Starter template for [Headlamp](https://headlamp.dev) plugins — TypeScript, React, CRD list view, CI/CD, ArtifactHub packaging. + +> **See the [getting-started guide](#getting-started) below to scaffold your plugin.**