Files
backstage/packages/dev-utils
Patrik Oldsberg a82d2a523d Merge pull request #864 from spotify/rugvip/srct
packages,plugins: point types to src/ for development
2020-05-14 15:48:34 +02:00
..
2020-04-26 14:19:19 +02: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 npm or yarn:

$ npm install --save-dev @backstage/dev-utils

or

$ yarn add -D @backstage/dev-utils

Documentation