0.1.26 • Published 2 months ago

@vsouz4/scorecards-backstage-plugin v0.1.26

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
2 months ago

Scorecards Plugin for Backstage

Visualize interesting information about your software catalog.

Setup and Integration

Install the plugin

$ yarn add --cwd packages/app @vsouz4/scorecards-backstage-plugin

Add proxy config

# app-config.yaml

proxy:
  '/scorecards':
    target: '<SCORECARDS_API_URL>'

Export the plugin

# packages/app/src/plugins.ts

export { scorecardsPlugin } from '@vsouz4/scorecards-backstage-plugin';

Setup route

# packages/app/src/App.tsx

import { ScorecardsPage } from '@vsouz4/scorecards-backstage-plugin';

...

<Route path="/scorecards" element={<ScorecardsPage />} />

Add a new sidebar item

# packages/app/src/components/Root/Root.tsx

import LayersIcon from '@material-ui/icons/Layers';

...

<SidebarItem icon={LayersIcon} to="scorecards" text="Scorecards" />
0.1.25

2 months ago

0.1.26

2 months ago

0.1.20

2 months ago

0.1.21

2 months ago

0.1.22

2 months ago

0.1.23

2 months ago

0.1.24

2 months ago

0.1.17

2 months ago

0.1.18

2 months ago

0.1.19

2 months ago

0.1.15

2 months ago

0.1.16

2 months ago

0.1.10

2 months ago

0.1.11

2 months ago

0.1.12

2 months ago

0.1.13

2 months ago

0.1.14

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.9

2 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.0

3 months ago