Files
backstage/packages/dev-utils
Fredrik Adelöw 986a5d869e Merge pull request #8405 from backstage/freben/nounpack
Do not unpack arguments directly on exported items 🧹
2021-12-08 13:15:13 +01:00
..
2020-04-26 14:19:19 +02:00
2021-11-18 11:52: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