You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/migration.mdx
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,40 @@ description: 'Migrate an existing project to Rstack CLI with the recommended mig
4
4
5
5
# Migrate to Rstack CLI
6
6
7
-
To migrate an existing project, we recommend using the `migrate-to-rstack-cli` Skill. It inspects the project and automatically migrates supported tools used in the repository—including Rstack tools, Prettier, and Husky—to Rstack CLI.
7
+
To migrate an existing project, we recommend using the `migrate-to-rstack-cli` Skill. It inspects the repository and migrates the Rstack toolchain, Prettier, Husky, and other supported tools to Rstack CLI.
8
8
9
9
## Use the migration skill
10
10
11
-
First, install the Skill:
11
+
### Migrate in one pass
12
+
13
+
To migrate all supported tools in one pass, send this prompt to your coding agent:
14
+
15
+
```text
16
+
Run `npx --yes skills@latest use rstackjs/rstack-cli@migrate-to-rstack-cli` and follow the generated Skill instructions to migrate this project to Rstack CLI.
17
+
```
18
+
19
+
### Migrate in stages
20
+
21
+
If you want to keep each set of changes small and easy to review, migrate one tool at a time. Start by installing the Skill in your repository:
0 commit comments