Files
backstage/packages/backend-plugin-api
Vincenzo Scamporlino a58fc22210 avoid exporting BackendFeatureFactory
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-08-08 13:47:36 +02:00
..
2023-08-08 13:47:36 +02:00
2023-08-01 12:30:00 +00:00
2023-08-07 13:35:09 +02: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