Merge pull request #15107 from SayakMukhopadhyay/master

fix: remove deprecated `create-plugin` script
This commit is contained in:
Fredrik Adelöw
2022-12-28 16:19:34 +01:00
committed by GitHub
11 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ yarn clean # Remove all output folders and @backstage/cli cache
yarn diff # Make sure all plugins are up to date with the latest plugin template
yarn create-plugin # Create a new plugin
yarn new # Create a new module
```
> See
+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