From 8027d246e4a0ba77a934b8d4a88114777a837078 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Fri, 29 Nov 2024 00:57:02 +0100 Subject: [PATCH] feat(website): add npm plugin Signed-off-by: Christoph Jerolimov --- microsite/data/plugins/npm.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/npm.yaml diff --git a/microsite/data/plugins/npm.yaml b/microsite/data/plugins/npm.yaml new file mode 100644 index 0000000000..67f3de976f --- /dev/null +++ b/microsite/data/plugins/npm.yaml @@ -0,0 +1,9 @@ +--- +title: NPM +author: Christoph Jerolimov +authorUrl: https://github.com/christoph-jerolimov +category: Artifacts +description: A plugin that shows meta info and latest versions from a npm registry. +documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/npm/plugins/npm/README.md +npmPackageName: '@backstage-community/plugin-npm' +addedDate: '2024-11-29'