JSPM

@backstage/backend-plugin-api

0.0.0-nightly-20231007021127
  • 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/alpha
  • @backstage/backend-plugin-api/package.json

Readme

@backstage/backend-plugin-api

This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins

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

Installation

Add the library to your backend plugin or module package:

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

Documentation