packages: add READMEs

This commit is contained in:
Patrik Oldsberg
2020-03-25 12:57:54 +01:00
parent 37de8bccf5
commit cf446052bc
4 changed files with 50 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# @spotify-backstage/app
This package is an example of a Backstage application.
+22
View File
@@ -0,0 +1,22 @@
# @backstage/cli
This package provides a CLI for developing Backstage plugins and apps.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save @backstage/cli
```
or
```sh
$ yarn add @backstage/cli
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)
+22
View File
@@ -0,0 +1,22 @@
# @backstage/core
This package provides the core API used by Backstage plugins and apps.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save @backstage/core
```
or
```sh
$ yarn add @backstage/core
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)
+3
View File
@@ -0,0 +1,3 @@
# storybook
This package provides a storybook build for Backstage. See [storybook.backstage.io](http://storybook.backstage.io)