We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceba027 commit 5fefc1cCopy full SHA for 5fefc1c
README.md
@@ -48,6 +48,15 @@ python -m site
48
```
49
50
### 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
60
```shell
61
./gradlew :core-codemods:run --args='--output /path/to/my.codetf --dry-run /path/to/project/'
62
0 commit comments