packages: add new dev-utils package

This commit is contained in:
Patrik Oldsberg
2020-04-26 13:37:53 +02:00
parent a1831f8c53
commit a7d8a03e31
10 changed files with 303 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# @backstage/dev-utils
Utilities for developing Backstage plugins.
This package provides utilities that help in developing plugins for backstage, like App wrappers and API implementations for standalone serving of apps.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save-dev @backstage/dev-utils
```
or
```sh
$ yarn add -D @backstage/dev-utils
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)