Skip to content

Commit

Permalink
Merge pull request #89 from cyril-sf/cyril/update-readme
Browse files Browse the repository at this point in the history
[DOC] Document the paths modified by the codemod
  • Loading branch information
rwjblue authored Sep 8, 2018
2 parents a4236d2 + cb1db2a commit 0f2b6a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@ Or using `npx`:
npx ember-modules-codemod
```

### Paths

By default, `ember-modules-codemod` will apply changes on files in the following folders:

```
app/
addon/
addon-test-support/
lib/
tests/
test-support/
```

You can also execute the codemod in a specific folder:

```sh
ember-modules-codemod my-folder-to-modify
```

#### Unknown Globals

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

0 comments on commit 0f2b6a1

Please sign in to comment.