Merge pull request #15107 from SayakMukhopadhyay/master
fix: remove deprecated `create-plugin` script
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user