Files
backstage/packages/dev-utils
Fredrik Adelöw 9290c92dad Merge pull request #26498 from backstage/renovate/major-testing-library-monorepo
chore(deps): update dependency @testing-library/react to v16
2024-09-10 11:39:18 +02:00
..
2024-04-08 22:44:31 +02:00
2020-04-26 14:19:19 +02:00
2024-09-03 14:38:01 +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