Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 606bb891c1 Merge pull request #16207 from backstage/rugvip/pluginId
backend-plugin-api: switch createBackendPlugin id -> pluginId
2023-02-06 23:32:33 +01:00
..
2023-01-31 14:45:37 +00:00
2023-01-31 14:45:37 +00:00

@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