We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4236d2 commit cb1db2aCopy full SHA for cb1db2a
1 file changed
README.md
@@ -50,6 +50,25 @@ Or using `npx`:
50
npx ember-modules-codemod
51
```
52
53
+### Paths
54
+
55
+By default, `ember-modules-codemod` will apply changes on files in the following folders:
56
57
+```
58
+app/
59
+addon/
60
+addon-test-support/
61
+lib/
62
+tests/
63
+test-support/
64
65
66
+You can also execute the codemod in a specific folder:
67
68
+```sh
69
+ember-modules-codemod my-folder-to-modify
70
71
72
#### Unknown Globals
73
74
If the codemod finds a use of the `Ember` global it doesn't know how to
0 commit comments