Merge pull request #13827 from punkle/patch-5

Fix command to create a backend plugin
This commit is contained in:
Patrik Oldsberg
2022-09-23 16:45:42 +02:00
committed by GitHub
+2 -2
View File
@@ -13,10 +13,10 @@ A new, bare-bones backend plugin package can be created by issuing the following
command in your Backstage repository root:
```sh
yarn create-plugin --backend
yarn new --select backend-plugin
```
Please also see the `--help` flag for the `create-plugin` command for some
Please also see the `--help` flag for the `new` command for some
further options that are available, notably the `--scope` and `--no-private`
flags that control naming and publishing of the newly created package. Your repo
root `package.json` will probably also have some default values already set up