Skip to content

Files

Latest commit

24632ad · Mar 14, 2023

History

History
This branch is 23555 commits behind backstage/backstage:master.

backend-dev-utils

@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