Files
backstage/packages/backend-plugin-api/README.md
T
2022-07-08 14:07:27 +02:00

485 B

@backstage/backend-plugin-api

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