Files
backstage/packages/dev-utils
Patrik Oldsberg 2fedc2320f Merge pull request #1092 from spotify/rugvip/verify-types
scripts: add check-type-dependencies to make sure @type dependencies are listed correctly
2020-06-01 15:33:28 +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