Skip to content

Commit d3e0284

Browse files
committed
Add more badges
1 parent 3ccdce4 commit d3e0284

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-source [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-source
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 get the source of a [`Node`][node] or
412
[`Position`][position].
@@ -71,13 +79,31 @@ repository, organisation, or community you agree to abide by its terms.
7179

7280
<!-- Definitions -->
7381

74-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-source.svg
82+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-source.svg
83+
84+
[build]: https://travis-ci.org/syntax-tree/unist-util-source
85+
86+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-source.svg
87+
88+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-source
89+
90+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-source.svg
91+
92+
[downloads]: https://www.npmjs.com/package/unist-util-source
93+
94+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-source.svg
95+
96+
[size]: https://bundlephobia.com/result?p=unist-util-source
97+
98+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
99+
100+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
75101

76-
[travis]: https://travis-ci.org/syntax-tree/unist-util-source
102+
[collective]: https://opencollective.com/unified
77103

78-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-source.svg
104+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
79105

80-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-source
106+
[chat]: https://spectrum.chat/unified/syntax-tree
81107

82108
[npm]: https://docs.npmjs.com/cli/install
83109

0 commit comments

Comments
 (0)