Skip to content

Commit 5fefc1c

Browse files
committed
added instructions for running core codemods
1 parent ceba027 commit 5fefc1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ python -m site
4848
```
4949

5050
### Run the Core Codemods
51+
You can download and run the latest release from this repository in order to run the core codemods as a CLI:
52+
53+
```bash
54+
$ unzip codemodder-java-codemods-<VERSION>.zip
55+
$ sh core-codemods-<VERSION>/bin/core-codemods
56+
```
57+
58+
In order to run them during active development from Gradle, you can use the `run` task:
59+
5160
```shell
5261
./gradlew :core-codemods:run --args='--output /path/to/my.codetf --dry-run /path/to/project/'
5362
```

0 commit comments

Comments
 (0)