Skip to content

Commit 1a8cad7

Browse files
committed
Add more badges
1 parent 93efe13 commit 1a8cad7

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-is [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-is
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
[**Unist**][unist] utility to check if a node passes a test.
412

@@ -109,13 +117,31 @@ repository, organisation, or community you agree to abide by its terms.
109117

110118
<!-- Definitions -->
111119

112-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-is.svg
120+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-is.svg
121+
122+
[build]: https://travis-ci.org/syntax-tree/unist-util-is
123+
124+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-is.svg
125+
126+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-is
127+
128+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-is.svg
129+
130+
[downloads]: https://www.npmjs.com/package/unist-util-is
131+
132+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-is.svg
133+
134+
[size]: https://bundlephobia.com/result?p=unist-util-is
135+
136+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
137+
138+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
113139

114-
[travis]: https://travis-ci.org/syntax-tree/unist-util-is
140+
[collective]: https://opencollective.com/unified
115141

116-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-is.svg
142+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
117143

118-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-is
144+
[chat]: https://spectrum.chat/unified/syntax-tree
119145

120146
[npm]: https://docs.npmjs.com/cli/install
121147

0 commit comments

Comments
 (0)