Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 11, 2019
1 parent 3205d61 commit 828171b
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -51,13 +56,21 @@ without affecting the original class.

<!-- Definitions -->

[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

Expand Down

0 comments on commit 828171b

Please sign in to comment.