Files
backstage/packages/backend-dev-utils/README.md
T
Johan Haals 3c38b7cd4d Update link to docs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-27 10:07:05 +01:00

669 B

@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