Files
backstage/packages/dev-utils
Patrik Oldsberg e0d2ad88c4 Merge pull request #13927 from sennyeya/NewCliOptionsPublicPathAndBackendUrl
Update AppManager to Allow for Multiple Stages with a Single Build
2022-12-06 14:05:17 +01:00
..
2022-11-30 12:15:00 +01:00
2022-11-29 11:14:34 +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