Skip to content

Commit

Permalink
docs: Add meven central badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher authored Nov 5, 2024
1 parent f375e78 commit 3b18764
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
<a href="https://central.sonatype.com/artifact/org.mockbukkit.rewrite/openrewrite-recipes">
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/org.mockbukkit.rewrite/openrewrite-recipes?color=1bcc94&logo=apache-maven" />
</a>
</p>

# OpenRewrite Recipes for MockBukkit Refactoring

This repository contains a set of OpenRewrite recipes designed to help developers refactor projects that use [MockBukkit](https://github.com/Mockbukkit/MockBukkit). OpenRewrite enables automatic refactoring, making it easier to update code, enforce standards, and introduce best practices consistently.
Expand Down Expand Up @@ -108,4 +114,4 @@ Run OpenRewrite to refactor your code

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more Details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more Details

0 comments on commit 3b18764

Please sign in to comment.