packages: add initial backend app and plugin API packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-31 14:41:35 +02:00
parent 84529131ff
commit f19b7e2f68
8 changed files with 170 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# @backstage/backend-plugin-api
This package provides the core API used by Backstage backend plugins.
## Installation
Add the library to your backend plugin package:
```bash
# From your Backstage root directory
yarn add --cwd plugin/<plugin>-backend @backstage/backend-plugin-api
```
## Documentation
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)