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: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can check [`ember-container-query`](https://github.com/ijlee2/ember-containe
20
20
Step 1. Quickly migrate to [v2 format](https://github.com/embroider-build/embroider/blob/main/ADDON-AUTHOR-GUIDE.md).<sup>1</sup>
21
21
22
22
```sh
23
-
cd<your/project/path>
23
+
cd<path/to/your/project>
24
24
npx ember-codemod-v1-to-v2 <arguments>
25
25
```
26
26
@@ -38,8 +38,6 @@ Step 3. Review the test-app package.
38
38
39
39
Step 4. Review the workspace root including CI/CD.
40
40
41
-
Step 5. Celebrate.
42
-
43
41
<sup>1. Before running `ember-codemod-v1-to-v2`, consider [meeting the prerequisites](https://github.com/embroider-build/embroider/blob/v1.8.3/PORTING-ADDONS-TO-V2.md#part-3-prerequisites-for-v2-addon). You can run [`ember-codemod-pod-to-octane`](https://github.com/ijlee2/ember-codemod-pod-to-octane) to un-pod a v1 addon.</sup>
@@ -52,10 +50,10 @@ In most cases, I recommend running the codemod without any arguments (i.e. allow
52
50
<details>
53
51
<summary>Optional: Specify the addon location</summary>
54
52
55
-
By default, the package name decides where the addon package lives. Pass `--addon-location` to override the logic. This may be useful if you have a scoped package.
53
+
By default, the package name decides where the addon package lives. Pass `--addon-location` to override the logic. This may be useful if you have a workspace with many addons.
0 commit comments