Skip to content

Commit 3349d1e

Browse files
committed
Add more badges
1 parent 45596bc commit 3349d1e

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-index [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-index
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
Create mutable index mapping property values or computed keys back to
412
[**unist**][unist] nodes.
@@ -121,13 +129,31 @@ repository, organisation, or community you agree to abide by its terms.
121129

122130
<!-- Definitions -->
123131

124-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-index.svg
132+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-index.svg
133+
134+
[build]: https://travis-ci.org/syntax-tree/unist-util-index
135+
136+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-index.svg
137+
138+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-index
139+
140+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-index.svg
141+
142+
[downloads]: https://www.npmjs.com/package/unist-util-index
143+
144+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-index.svg
145+
146+
[size]: https://bundlephobia.com/result?p=unist-util-index
147+
148+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
149+
150+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
125151

126-
[travis]: https://travis-ci.org/syntax-tree/unist-util-index
152+
[collective]: https://opencollective.com/unified
127153

128-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-index.svg
154+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
129155

130-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-indexs
156+
[chat]: https://spectrum.chat/unified/syntax-tree
131157

132158
[npm]: https://docs.npmjs.com/cli/install
133159

0 commit comments

Comments
 (0)