@vtex-lab-ufpe/backstage-plugin-system-maturity
v0.1.4
Published
Backstage frontend plugin for System Maturity (entity page scorecards).
Downloads
572
Readme
System Maturity — frontend plugin
Frontend for the System Maturity Backstage plugin: a maturity tab on the catalog Entity Page via EntitySystemMaturityContent.
npm package: @vtex-lab-ufpe/backstage-plugin-system-maturity
Installation
yarn workspace app add @vtex-lab-ufpe/backstage-plugin-system-maturityIn packages/app/src/components/catalog/EntityPage.tsx, import and add a route to EntityLayout:
import { EntitySystemMaturityContent } from '@vtex-lab-ufpe/backstage-plugin-system-maturity';
<EntityLayout.Route path="/system-maturity" title="System Maturity">
<EntitySystemMaturityContent />
</EntityLayout.Route>Public API
systemMaturityPluginEntitySystemMaturityContent
Documentation
Development
- Full monorepo:
yarn startfrom the root. - Plugin in isolation (faster iteration):
yarn startin this directory; seedev/.
