# @backstage/backend-dev-utils This package helps set up local development environments for Backstage backend packages. ## Installation Add the library to your backend plugin or module package: ```bash # From your Backstage root directory yarn add --cwd plugins/-backend @backstage/backend-dev-utils ``` ## Documentation - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) - [Backstage Documentation](https://backstage.io/docs) - [Backstage Backend System](https://backstage.io/docs/backend-system/)