Files
backstage/packages/dev-utils
Axel Hecht 84fd95c769 Ignore optional peerDependencies
Let's figure out later what triggers those

Signed-off-by: Axel Hecht <axel@pike.org>
2025-01-20 15:32:35 +01:00
..
2024-04-08 22:44:31 +02:00
2025-01-14 12:23:31 +00:00
2025-01-14 12:23:31 +00:00
2023-02-27 10:07:05 +01:00
2024-10-14 17:56:00 +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