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
+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)