|
1 | | -[](https://plugins.jetbrains.com/plugin/pluginId) |
2 | | -[](https://github.com/xdev-software/template-placeholder/actions/workflows/check-build.yml?query=branch%3Adevelop) |
3 | | -[](https://plugins.jetbrains.com/plugin/pluginId/reviews) |
| 1 | +[](https://plugins.jetbrains.com/plugin/23896) |
| 2 | +[](https://github.com/xdev-software/intellij-plugin-openrewriter/actions/workflows/check-build.yml?query=branch%3Adevelop) |
| 3 | +[](https://plugins.jetbrains.com/plugin/23896/reviews) |
4 | 4 |
|
5 | | -# <img alt="Plugin icon" src="./src/main/resources/META-INF/pluginIcon.svg" width="30"> template-placeholder |
| 5 | +# <img alt="OpenRewriter Plugin icon light" src="./src/main/resources/META-INF/pluginIcon.svg" width="30"> OpenRewriter X |
6 | 6 |
|
| 7 | +Provides support for executing [OpenRewrite](https://github.com/openrewrite) recipes. |
7 | 8 |
|
| 9 | +<img alt="Demo" src="assets/demo.png" height="500" /> |
| 10 | + |
| 11 | +## Features |
| 12 | + |
| 13 | +* Execute recipes |
| 14 | + * with |
| 15 | + * Maven |
| 16 | + * Gradle |
| 17 | + * on a |
| 18 | + * (project) module |
| 19 | + * external directory |
| 20 | + |
| 21 | +<details> |
| 22 | + <summary>Show demo</summary> |
| 23 | + |
| 24 | +  |
| 25 | +</details> |
8 | 26 |
|
9 | 27 | ## Installation |
10 | | -[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation) |
| 28 | +[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-openrewriter/releases/latest#Installation) |
11 | 29 |
|
12 | 30 | > [!TIP] |
13 | | -> [Development versions](https://plugins.jetbrains.com/plugin/pluginId/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/> |
| 31 | +> [Development versions](https://plugins.jetbrains.com/plugin/23896/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/> |
14 | 32 | > ``https://plugins.jetbrains.com/plugins/snapshot/list`` |
15 | 33 |
|
16 | 34 | ## Contributing |
17 | 35 | See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project. |
| 36 | + |
| 37 | +<sub>Disclaimer: This is not an official OpenRewrite product and not associated with OpenRewrite</sub> |
0 commit comments