Files
backstage/packages/backend-dev-utils
Eric Peterson f5cdb61269 Add maintainer-owned catalog-info.yaml files
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2023-08-23 18:02:53 +02:00
..
2023-03-14 14:31:40 +00:00
2023-03-14 14:31:40 +00:00
2023-02-27 10:07:05 +01:00

@backstage/backend-dev-utils

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

This package helps set up local development environments for Backstage backend packages.

Installation

Add the library to your backend plugin or module package:

# From your Backstage root directory
yarn add --cwd plugins/<plugin>-backend @backstage/backend-dev-utils

Documentation