X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=affe8bc91ce03bc3ad3f6c71448203026ee40eaa;hb=e45f940434b881099d6d197fa73258f2763acee3;hp=e1f5ddc71ff5a9eda348099391bcdd95962e97f5;hpb=2030d177e87194b9b572241b5a9a52bf48750a4d;p=poolifier.git diff --git a/README.md b/README.md index e1f5ddc7..affe8bc9 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,25 @@ -

Node.js Worker_Threads and Cluster Worker Pool

+
+ +# Node.js Worker_Threads and Cluster Worker Pool + +
- - GitHub commit activity (master) - - Weekly Downloads - - Actions Status - - Code Coverage - - Quality Gate Status - - Javascript Standard Style Guide - - Discord - - Open Collective - - PR Welcome - - No dependencies + +[![GitHub commit activity (master)](https://img.shields.io/github/commit-activity/m/poolifier/poolifier/master?color=brightgreen&logo=github)](https://github.com/poolifier/poolifier/graphs/commit-activity) +[![Weekly Downloads](https://badgen.net/npm/dw/poolifier?icon=npm)](https://www.npmjs.com/package/poolifier) +[![CI Workflow](https://github.com/poolifier/poolifier/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/poolifier/actions/workflows/ci.yml) +[![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=pioardi_poolifier) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=alert_status)](https://sonarcloud.io/dashboard?id=pioardi_poolifier) +[![Javascript Standard Style Guide]()](https://standardjs.com) +[![Discord](https://badgen.net/discord/online-members/85VrP8m8?icon=discord&label=discord&color=green)](https://discord.gg/85VrP8m8) +[![Open Collective](https://opencollective.com/poolifier/tiers/badge.svg)](https://opencollective.com/poolifier) +[![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](http://makeapullrequest.com) +[![No Dependencies]()]() +
## Why Poolifier? @@ -43,7 +39,7 @@ Please consult our [general guidelines](#general-guidelines). - Support for CommonJS, ESM, and TypeScript :white_check_mark: - Support for [worker_threads](https://nodejs.org/api/worker_threads.html) and [cluster](https://nodejs.org/api/cluster.html) Node.js modules :white_check_mark: - Support for multiple task functions :white_check_mark: -- Support for task functions CRUD operations at runtime :white_check_mark: +- Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: - Support for sync and async task functions :white_check_mark: - Tasks distribution strategies :white_check_mark: - Lockless tasks queueing :white_check_mark: