refactor(cli): move create-app into his own package

This commit is contained in:
Rémi DOREAU
2020-07-18 17:02:09 +02:00
parent 75abb42217
commit a43d29eb9d
11 changed files with 507 additions and 15 deletions
+22
View File
@@ -0,0 +1,22 @@
# @backstage/create-app
This package provides a CLI for creating apps.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save @backstage/create-app
```
or
```sh
$ yarn add @backstage/create-app
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)