@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
19 lines (12 loc) • 531 B
Markdown
# @backstage/backend-defaults
This package provides the default implementations and setup for a standard Backstage backend app.
## Installation
Add the library to your backend app package:
```bash
# From your Backstage root directory
yarn --cwd packages/backend add @backstage/backend-defaults
```
## 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/)