From 2a760f6b09f8f65e5fa18b2ac11bbe83dd3d6dcd Mon Sep 17 00:00:00 2001 From: Sumanta Date: Sun, 25 Feb 2024 17:30:18 +0530 Subject: [PATCH] Add CI and version badges to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 477c161..70fc5b3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # @aulidev/cron A simple Cron wrapper for NodeJs + +[![CI](https://github.com/aulidev/cron/workflows/CI/badge.svg)](https://github.com/aulidev/cron/actions?query=workflow:"CI") +[![GitHub release](https://img.shields.io/github/release/aulidev/cron?include_prereleases=&sort=semver&color=blue)](https://github.com/aulidev/cron/releases/) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/infysumanta/find-knight-moves-cli/graphs/commit-activity) +[![License](https://img.shields.io/badge/License-MIT-blue)](#license) +[![issues - cron](https://img.shields.io/github/issues/aulidev/cron)](https://github.com/aulidev/cron/issues) + +## License + +Released under [MIT](/LICENSE) by [@aulidev](https://github.com/aulidev).