Files
backstage/packages/dev-utils
Patrik Oldsberg 5a32ee11d4 Merge pull request #23346 from drodil/migrate_local_dev
chore: migrate to new backend in local development
2024-04-14 13:49:28 +02:00
..
2024-04-08 22:44:31 +02:00
2024-04-09 15:55:28 +00:00
2024-02-12 11:06:30 +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