Files
backstage/packages/dev-utils
secustor 831571c251 merge new changes
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:54:45 +02:00
..
2024-04-08 22:44:31 +02:00
2024-09-17 13:19:01 +00:00
2024-02-12 11:06:30 +01:00
2024-09-17 13:19:01 +00:00
2023-02-27 10:07:05 +01:00
2024-09-23 14:54:45 +02:00

@backstage/dev-utils

Utilities for developing Backstage plugins.

This package provides utilities that help in developing plugins for Backstage, like App wrappers and API implementations for standalone serving of apps.

Installation

Install the package via Yarn:

cd plugins/<plugin> # if within a monorepo
yarn add -D @backstage/dev-utils

Documentation