Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 474b792d6a backend-plugin-api: properly mark service factory functions as such
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-09-06 13:33:26 +02:00
..
2023-08-15 17:47:12 +02:00
2023-09-05 10:03:17 +00:00
2023-09-05 10:03:17 +00:00
2023-02-27 10:07:05 +01:00

@backstage/backend-plugin-api

This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins

This package provides the core 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 add --cwd plugins/<plugin>-backend @backstage/backend-plugin-api

Documentation