Skip to content

Commit d304e2f

Browse files
authored
Merge pull request #62 from rubensousa/readme-update
Add badges to Readme
2 parents a36cdd1 + 0f6d6c6 commit d304e2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A Gradle plugin that acts as a powerful gatekeeper for your project's dependencies. It helps you enforce architectural rules, prevent unwanted dependencies, and keep your module graph clean and maintainable as your project scales.
44

5+
[![Maven Central](https://img.shields.io/maven-central/v/com.rubensousa.projectguard/projectguard-gradle-plugin.svg)](https://github.com/rubensousa/ProjectGuard/releases)
6+
![Plugin](https://img.shields.io/badge/gradle-plugin-green)
7+
![Report](https://img.shields.io/badge/Kotlin-white?logo=Kotlin)
8+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rubensousa/ProjectGuard/push.yml?label=Build)
9+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
10+
511
![ProjectGuard Module Report](example_report_modules.png)
612

713
![ProjectGuard Graph Report](example_report_graph.png)

0 commit comments

Comments
 (0)