Files
backstage/packages/backend-plugin-api
Johan Haals f77750cfad Merge pull request #14346 from backstage/jhaals/lifecycle
RFC backend plugin lifecycle events
2022-11-21 16:33:12 +01:00
..
2022-11-10 15:16:30 +01:00
2022-11-10 15:31:42 +01:00
2022-11-15 12:31:55 +00:00
2022-11-15 12:31:55 +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