Files
backstage/packages/backend-plugin-api
Patrik Oldsberg fb93ecad9c backend-plugin-api: remove services with scope mismatch from deps type
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-09 18:28:05 +02:00
..
2022-09-05 14:05:37 +02:00
2022-09-06 13:11:16 +00:00
2022-09-06 13:11:16 +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