From 828171bb3636f3d18d313ea145ae42b93c11fbdc Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 11 May 2019 09:28:16 +0200 Subject: [PATCH] Add more badges --- readme.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 76e23dc..674a209 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,9 @@ -# unherit [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] +# unherit + +[![Build][build-badge]][build] +[![Coverage][coverage-badge]][coverage] +[![Downloads][downloads-badge]][downloads] +[![Size][size-badge]][size] Create a custom constructor which can be modified without affecting the original class. @@ -51,13 +56,21 @@ without affecting the original class. -[travis-badge]: https://img.shields.io/travis/wooorm/unherit.svg +[build-badge]: https://img.shields.io/travis/wooorm/unherit.svg + +[build]: https://travis-ci.org/wooorm/unherit + +[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unherit.svg + +[coverage]: https://codecov.io/github/wooorm/unherit + +[downloads-badge]: https://img.shields.io/npm/dm/unherit.svg -[travis]: https://travis-ci.org/wooorm/unherit +[downloads]: https://www.npmjs.com/package/unherit -[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/unherit.svg +[size-badge]: https://img.shields.io/bundlephobia/minzip/unherit.svg -[codecov]: https://codecov.io/github/wooorm/unherit +[size]: https://bundlephobia.com/result?p=unherit [npm-install]: https://docs.npmjs.com/cli/install