Skip to content

Commit 6edfd0b

Browse files
committed
Add more badges
1 parent 39a2ac0 commit 6edfd0b

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

readme.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# unist-util-inspect [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# unist-util-inspect
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][] node inspector.
412

@@ -73,11 +81,29 @@ repository, organisation, or community you agree to abide by its terms.
7381

7482
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-inspect.svg
7583

76-
[build-page]: https://travis-ci.org/syntax-tree/unist-util-inspect
84+
[build]: https://travis-ci.org/syntax-tree/unist-util-inspect
7785

7886
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-inspect.svg
7987

80-
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-inspect?branch=master
88+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-inspect
89+
90+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-inspect.svg
91+
92+
[downloads]: https://www.npmjs.com/package/unist-util-inspect
93+
94+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-inspect.svg
95+
96+
[size]: https://bundlephobia.com/result?p=unist-util-inspect
97+
98+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
99+
100+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
101+
102+
[collective]: https://opencollective.com/unified
103+
104+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
105+
106+
[chat]: https://spectrum.chat/unified/syntax-tree
81107

82108
[unist]: https://github.com/syntax-tree/unist
83109

0 commit comments

Comments
 (0)