Files
backstage/packages/dev-utils
Patrik Oldsberg a7f7672c7b Merge pull request #31428 from backstage/rugvip/devbui
dev-utils: add missing BUI CSS
2025-10-15 12:48:28 +02:00
..
2025-10-15 12:15:47 +02:00
2025-10-14 15:29:54 +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