Skip to content

Commit ab1e7d4

Browse files
committed
Add more badges
1 parent 1c4c12a commit ab1e7d4

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-assert [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-assert
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
Assert [Unist][] nodes.
412

@@ -93,13 +101,31 @@ repository, organisation, or community you agree to abide by its terms.
93101

94102
<!-- Definitions -->
95103

96-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-assert.svg
104+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-assert.svg
105+
106+
[build]: https://travis-ci.org/syntax-tree/unist-util-assert
107+
108+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-assert.svg
109+
110+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-assert
111+
112+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-assert.svg
113+
114+
[downloads]: https://www.npmjs.com/package/unist-util-assert
115+
116+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-assert.svg
117+
118+
[size]: https://bundlephobia.com/result?p=unist-util-assert
119+
120+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
121+
122+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
97123

98-
[travis]: https://travis-ci.org/syntax-tree/unist-util-assert
124+
[collective]: https://opencollective.com/unified
99125

100-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-assert.svg
126+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
101127

102-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-assert
128+
[chat]: https://spectrum.chat/unified/syntax-tree
103129

104130
[npm]: https://docs.npmjs.com/cli/install
105131

0 commit comments

Comments
 (0)