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
+37-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,41 @@ This assumes a few key assumptions and is highly opinionated (though PRs are wel
8
8
2. You're using [lint-to-the-future](https://github.com/mansona/lint-to-the-future) or heavy uses of Eslint Ignore to identify and address Deprecations
9
9
3. You're wanting to update to Native Classes (this isn't completely necessary for 4.x but makes addressing some of the deprecations a bit easier)
10
10
11
+
## Installation
12
+
13
+
Install this package from npm using
14
+
15
+
```sh
16
+
npm install -g ember-pod-workflow-cli
17
+
```
18
+
19
+
Then make sure you have installed/cached the various codemods (this prevents errors and speeds up execution of the workflow):
0 commit comments