|
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://sonarcloud.io/dashboard?id=xdev-software_template-placeholder) |
4 |
| -[](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://sonarcloud.io/dashboard?id=xdev-software_intellij-plugin-openrewriter) |
| 4 | +[](https://plugins.jetbrains.com/plugin/23896/reviews) |
5 | 5 |
|
6 |
| -# <img alt="Plugin icon" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> template-placeholder |
| 6 | +# <img alt="OpenRewriter Plugin icon light" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> OpenRewriter X |
7 | 7 |
|
| 8 | +Provides support for executing [OpenRewrite](https://github.com/openrewrite) recipes. |
8 | 9 |
|
| 10 | +<img alt="Demo" src="assets/demo.png" height="500" /> |
| 11 | + |
| 12 | +## Features |
| 13 | + |
| 14 | +* Execute recipes |
| 15 | + * with |
| 16 | + * Maven |
| 17 | + * Gradle |
| 18 | + * on a |
| 19 | + * (project) module |
| 20 | + * external directory |
| 21 | + |
| 22 | +<details> |
| 23 | + <summary>Show demo</summary> |
| 24 | + |
| 25 | +  |
| 26 | +</details> |
9 | 27 |
|
10 | 28 | ## Installation
|
11 |
| -[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation) |
| 29 | +[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-openrewriter/releases/latest#Installation) |
12 | 30 |
|
13 | 31 | > [!TIP]
|
14 |
| -> [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/> |
| 32 | +> [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/> |
15 | 33 | > ``https://plugins.jetbrains.com/plugins/snapshot/list``
|
16 | 34 |
|
17 | 35 | ## Contributing
|
18 | 36 | See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
|
| 37 | + |
| 38 | +<sub>Disclaimer: This is not an official OpenRewrite product and not associated with OpenRewrite</sub> |
0 commit comments