JSPM

@backstage/backend-plugin-api

0.0.0-nightly-20221216022104
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 353593
  • Score
    100M100P100Q183846F
  • License Apache-2.0

Core API used by Backstage backend plugins

Package Exports

  • @backstage/backend-plugin-api
  • @backstage/backend-plugin-api/dist/index.cjs.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@backstage/backend-plugin-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@backstage/backend-plugin-api

This package is HIGHLY EXPERIMENTAL, do not use this for production

This package provides the core API used by Backstage backend plugins.

Installation

Add the library to your backend plugin package:

# From your Backstage root directory
yarn add --cwd plugin/<plugin>-backend @backstage/backend-plugin-api

Documentation