Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 954fef3470 Merge pull request #15527 from backstage/rugvip/csdocs
backend-plugin-api: nicer docs for core services
2023-01-03 17:32:53 +01:00
..
2023-01-03 14:44:31 +00:00
2023-01-03 14:44:31 +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