Files
backstage/packages/dev-utils
Askar a6a2ca6204 remove React's FC type from codebase (#3527)
* WIP-packages: remove React's FC type from codebase

* remove FC from other directories

* fix build failures

* add types to required packages
2020-12-10 11:23:29 +01:00
..
2020-04-26 14:19:19 +02:00
2020-12-03 15:28:22 +00:00
2020-12-03 15:28:22 +00:00
2020-12-09 07:50:41 +01: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