Files
backstage/packages/backend-plugin-api
Fredrik Adelöw 46d5d73bf8 update some backend system doc comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-01-25 14:34:28 +01:00
..
2023-01-24 12:01:10 +00:00
2023-01-24 12:01:10 +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