Skip to content

Commit 05d0744

Browse files
committed
Add more badges
1 parent 329fdb1 commit 05d0744

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

readme.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# unist-util-size [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-size
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
7+
[![Sponsors][sponsors-badge]][collective]
8+
[![Backers][backers-badge]][collective]
9+
[![Chat][chat-badge]][chat]
210

311
Calculate the number of nodes in a [**Unist**][unist] tree.
412

@@ -53,13 +61,31 @@ repository, organisation, or community you agree to abide by its terms.
5361

5462
<!-- Definitions -->
5563

56-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-size.svg
64+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-size.svg
65+
66+
[build]: https://travis-ci.org/syntax-tree/unist-util-size
67+
68+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-size.svg
69+
70+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-size
71+
72+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-size.svg
73+
74+
[downloads]: https://www.npmjs.com/package/unist-util-size
75+
76+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-size.svg
77+
78+
[size]: https://bundlephobia.com/result?p=unist-util-size
79+
80+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
81+
82+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
5783

58-
[travis]: https://travis-ci.org/syntax-tree/unist-util-size
84+
[collective]: https://opencollective.com/unified
5985

60-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-size.svg
86+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
6187

62-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-size
88+
[chat]: https://spectrum.chat/unified/syntax-tree
6389

6490
[npm]: https://docs.npmjs.com/cli/install
6591

0 commit comments

Comments
 (0)