Skip to content

Files

Latest commit

74b216e · May 24, 2023

History

History
This branch is 23560 commits behind backstage/backstage:master.

dev-utils

@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