@backstage/backend-plugin-api
Version:
Core API used by Backstage backend plugins
19 lines (12 loc) • 545 B
Markdown
# @backstage/backend-plugin-api
This package provides the framework API used by Backstage backend plugins and modules.
## Installation
Add the library to your backend plugin or module package:
```bash
# From your Backstage root directory
yarn --cwd plugins/<plugin>-backend add @backstage/backend-plugin-api
```
## 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/)