Skip to content

Commit cb1db2a

Browse files
committed
[DOC] Document the paths modified by the codemod
1 parent a4236d2 commit cb1db2a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@ Or using `npx`:
5050
npx ember-modules-codemod
5151
```
5252

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+
5372
#### Unknown Globals
5473

5574
If the codemod finds a use of the `Ember` global it doesn't know how to

0 commit comments

Comments
 (0)