From f94885c25c6d8d5c5f4c0efb0b7751d4450d1aac Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Fri, 10 Mar 2023 08:57:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Rework=20README=20header=20with?= =?UTF-8?q?=20logo=20(#553)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++++++------- assets/logo.svg | 1 + 2 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 assets/logo.svg diff --git a/README.md b/README.md index e007c816..26797bc1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ -# pure-rand +

+ pure-rand logo +

-#### Pure random number generator written in TypeScript +Fast Pseudorandom number generators (aka PRNG) with purity in mind! [![Build Status](https://github.com/dubzzz/pure-rand/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/dubzzz/pure-rand/actions) -[![npm version](https://badge.fury.io/js/pure-rand.svg)](https://badge.fury.io/js/pure-rand) -[![dependencies Status](https://david-dm.org/dubzzz/pure-rand/status.svg)](https://david-dm.org/dubzzz/pure-rand) -[![devDependencies Status](https://david-dm.org/dubzzz/pure-rand/dev-status.svg)](https://david-dm.org/dubzzz/pure-rand?type=dev) +[![NPM Version](https://badge.fury.io/js/pure-rand.svg)](https://badge.fury.io/js/pure-rand) +[![Monthly Downloads](https://img.shields.io/npm/dm/pure-rand)](https://www.npmjs.com/package/pure-rand) -[![codecov](https://codecov.io/gh/dubzzz/pure-rand/branch/main/graph/badge.svg?token=KYN5IQCGE5)](https://codecov.io/gh/dubzzz/pure-rand) -[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/maintainability)](https://codeclimate.com/github/dubzzz/pure-rand/maintainability) +[![Codecov](https://codecov.io/gh/dubzzz/pure-rand/branch/main/graph/badge.svg)](https://codecov.io/gh/dubzzz/pure-rand) +[![Package Quality](https://packagequality.com/shield/pure-rand.svg)](https://packagequality.com/#?package=pure-rand) +[![Snyk Package Quality](https://snyk.io/advisor/npm-package/pure-rand/badge.svg)](https://snyk.io/advisor/npm-package/pure-rand) + +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dubzzz/pure-rand/labels/good%20first%20issue) +[![License](https://img.shields.io/npm/l/pure-rand.svg)](https://github.com/dubzzz/pure-rand/blob/main/LICENSE) +[![Twitter](https://img.shields.io/twitter/url/https/github.com/dubzzz/pure-rand.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20pure-rand%20by%20%40ndubien%20https%3A%2F%2Fgithub.com%2Fdubzzz%2Fpure-rand%20%F0%9F%91%8D) ## Getting started diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 00000000..a3233052 --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1 @@ +- randpurepure- rand \ No newline at end of file