Files
backstage/packages/dev-utils
Aramis Sennyey 43ad38e75d Fix test cases.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
..
2022-11-29 12:57:43 -05:00
2020-04-26 14:19:19 +02:00
2022-11-29 11:14:34 +00:00
2022-11-29 11:14:34 +00: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