Merge pull request #27934 from minkimcello/mk/cli-templates

Declarative CLI Templates
This commit is contained in:
Patrik Oldsberg
2025-02-11 14:47:55 +01:00
committed by GitHub
162 changed files with 2544 additions and 3337 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ title: Adding Custom Plugin to Existing Monorepo App
# The Skeleton Plugin
1. Start by using the built-in creator. From the terminal and root of your
project run: `yarn new --select plugin`
project run: `yarn new` and select `frontend-plugin`.
1. Enter a plugin ID. I used `github-playground`
1. When the process finishes, let's start the backend:
`yarn --cwd packages/backend start`