JSPM

@backstage/backend-plugin-api

0.0.0-nightly-20241103023333
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 353593
  • Score
    100M100P100Q183746F
  • 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
  • @backstage/backend-plugin-api/testUtils

Readme

@backstage/backend-plugin-api

This package provides the framework 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 --cwd plugins/<plugin>-backend add @backstage/backend-plugin-api

Documentation