Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 1fedf0c549 backend-plugin-api: cleanup ServiceRef interface
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-04-19 13:53:13 +02:00
..
2024-04-16 12:20:53 +00:00
2024-04-16 12:20:53 +00:00

@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