From c3e7b1be81d93590ede5f55c3738b4cfbb57e116 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sat, 13 May 2023 22:26:30 -0500 Subject: [PATCH] Add badges to Readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2832c8c..1386a0c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [Aikar's ACF]: https://github.com/aikar/commands "Annotation Command Framework" -[ProjectReactor]: https://github.com/reactor/reactor-core "ProjectReactor" [Google GSON]: https://github.com/google/gson "Google GSON" [Jetbrains Annotations]: https://github.com/JetBrains/JetBrains.Annotations "JetBrains Annotations" [Lombok]: https://github.com/projectlombok/lombok "Lombok" @@ -9,6 +8,22 @@ [Kyori Adventure]: https://github.com/KyoriPowered/adventure "Kyori Adventure" [Reflections API]: https://github.com/ronmamo/reflections "Reflections API" +# +![GitHub labels](https://img.shields.io/github/labels/SimplexDevelopment/FreedomNetworkSuite/Help%20Wanted?style=for-the-badge) +![GitHub contributors](https://img.shields.io/github/contributors/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub issues](https://img.shields.io/github/issues/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub pull requests](https://img.shields.io/github/issues-pr/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub last commit](https://img.shields.io/github/last-commit/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) + +# +![GitHub](https://img.shields.io/github/license/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub top language](https://img.shields.io/github/languages/top/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/SimplexDevelopment/FreedomNetworkSuite?include_prereleases&style=for-the-badge) +![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/SimplexDevelopment/FreedomNetworkSuite?style=for-the-badge) +![TFM Used](https://img.shields.io/badge/TFM%20Code%20Used-0%25-red?style=for-the-badge) + # FreedomNetworkSuite This is a proof of concept for a new suite of non-plugin driven modules supported by a common library. @@ -22,7 +37,6 @@ and a list of dependencies if it requires any other modules to run. This proof-of-concept also uses the following libraries: - [Aikar's ACF] for command handling - - [ProjectReactor] for subscribing to SQL database streams - [Google GSON] for Json interpretation - [Jetbrains Annotations] for additional compiler annotations - [Lombok] for boilerplate generation