Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 79849709d5 backend-plugin-api: fix @types/express dep
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-07-08 16:01:51 +02:00
..
2022-07-08 15:43:15 +02: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