From 98ad4f019514ebf4d1e23da14efc12e344b7b2cc Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:30:15 -0500 Subject: [PATCH] Add badges (#11) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4bf69ae..4926cb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # AnyPackage.ModuleFast +[![gallery-image]][gallery-site] +[![build-image]][build-site] +[![cf-image]][cf-site] + +[gallery-image]: https://img.shields.io/powershellgallery/dt/AnyPackage.ModuleFast?logo=powershell +[build-image]: https://img.shields.io/github/actions/workflow/status/anypackage/anypackage/ci.yml +[cf-image]: https://img.shields.io/codefactor/grade/github/anypackage/modulefast +[gallery-site]: https://www.powershellgallery.com/packages/AnyPackage.ModuleFast +[build-site]: https://github.com/anypackage/modulefast/actions/workflows/ci.yml +[cf-site]: https://www.codefactor.io/repository/github/anypackage/modulefast + AnyPackage.ModuleFast is an AnyPackage provider that facilitates installing PowerShell modules and their dependencies quickly.