feat: update docs where create-plugin is used with new --select plugin

Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
This commit is contained in:
Sayak Mukhopadhyay
2022-12-20 16:05:16 +05:30
parent a2a70504e3
commit 1c0fc5a6c2
8 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ are separated out into their own folder, see further down.
- [`cli/`](https://github.com/backstage/backstage/tree/master/packages/cli) -
One of the biggest packages in our project, the `cli` is used to build, serve,
diff, create-plugins and more. In the early days of this project, we started
diff, create plugins and more. In the early days of this project, we started
out with calling tools directly - such as `eslint` - through `package.json`.
But as it was tricky to have a good development experience around that when we
change named tooling, we opted for wrapping those in our own CLI. That way