Skip to content

Files

Latest commit

3c38b7c · Feb 27, 2023

History

History
20 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 669 Bytes

@backstage/backend-dev-utils

This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins

This package helps set up local development environments for Backstage backend packages.

Installation

Add the library to your backend plugin or module package:

# From your Backstage root directory
yarn add --cwd plugins/<plugin>-backend @backstage/backend-dev-utils

Documentation