Files
backstage/packages/dev-utils
Fredrik Adelöw 8cec7664e1 remove dependencies on @types/node
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-09-01 11:04:14 +02:00
..
2023-08-29 12:18:08 +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