Files
backstage/packages/dev-utils
Patrik Oldsberg be2cd47406 dev-utils: fix busy refresh loop
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-19 00:25:58 +02:00
..
2021-08-19 00:25:58 +02:00
2021-07-19 18:02:29 -05:00
2021-08-12 08:21:56 +00:00
2021-08-12 08:21:56 +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