Skip to content

Commit 62e50d3

Browse files
committed
chore: add badges to readme
1 parent a1cdb72 commit 62e50d3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @boringnode/queue
22

3+
<div align="center">
4+
5+
[![typescript-image]][typescript-url]
6+
[![gh-workflow-image]][gh-workflow-url]
7+
[![npm-image]][npm-url]
8+
[![npm-download-image]][npm-download-url]
9+
[![license-image]][license-url]
10+
11+
</div>
12+
313
A simple and efficient queue system for Node.js applications. Built for simplicity and ease of use, `@boringnode/queue` allows you to dispatch background jobs and process them asynchronously with support for multiple queue adapters.
414

515
## Installation
@@ -475,3 +485,14 @@ npm run benchmark
475485
# Custom job duration
476486
npm run benchmark -- --duration=10
477487
```
488+
489+
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/boringnode/queue/checks.yml?branch=main&style=for-the-badge
490+
[gh-workflow-url]: https://github.com/boringnode/queue/actions/workflows/checks.yml
491+
[npm-image]: https://img.shields.io/npm/v/@boringnode/queue.svg?style=for-the-badge&logo=npm
492+
[npm-url]: https://www.npmjs.com/package/@boringnode/queue
493+
[npm-download-image]: https://img.shields.io/npm/dm/@boringnode/queue?style=for-the-badge
494+
[npm-download-url]: https://www.npmjs.com/package/@boringnode/queue
495+
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
496+
[typescript-url]: https://www.typescriptlang.org
497+
[license-image]: https://img.shields.io/npm/l/@boringnode/queue?color=blueviolet&style=for-the-badge
498+
[license-url]: LICENSE.md

0 commit comments

Comments
 (0)