Files
backstage/packages/dev-utils
renovate[bot] cb1e3b052e chore(deps): update dependency @testing-library/dom to v10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-14 20:20:07 +00:00
..
2024-04-08 22:44:31 +02:00
2020-04-26 14:19:19 +02:00
2024-04-09 15:55:28 +00:00
2024-02-12 11:06:30 +01:00
2023-02-27 10:07:05 +01: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