Skip to content

Commit 639ba25

Browse files
committed
Add more badges
1 parent 9b0a67c commit 639ba25

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-find-all-before [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-find-all-before
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 find nodes before another node.
412

@@ -77,13 +85,31 @@ repository, organisation, or community you agree to abide by its terms.
7785

7886
<!-- Definitions -->
7987

80-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-all-before.svg
88+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-all-before.svg
89+
90+
[build]: https://travis-ci.org/syntax-tree/unist-util-find-all-before
91+
92+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-all-before.svg
93+
94+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-find-all-before
95+
96+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-find-all-before.svg
97+
98+
[downloads]: https://www.npmjs.com/package/unist-util-find-all-before
99+
100+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-find-all-before.svg
101+
102+
[size]: https://bundlephobia.com/result?p=unist-util-find-all-before
103+
104+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
105+
106+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
81107

82-
[travis]: https://travis-ci.org/syntax-tree/unist-util-find-all-before
108+
[collective]: https://opencollective.com/unified
83109

84-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-all-before.svg
110+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
85111

86-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-find-all-before
112+
[chat]: https://spectrum.chat/unified/syntax-tree
87113

88114
[npm]: https://docs.npmjs.com/cli/install
89115

0 commit comments

Comments
 (0)