Skip to content

Commit 2206f53

Browse files
committed
Add more badges
1 parent 89e9c8f commit 2206f53

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

readme.md

+31-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# nlcst-to-string [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# nlcst-to-string
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
Stringify [NLCST][].
412

@@ -57,13 +65,31 @@ repository, organisation, or community you agree to abide by its terms.
5765

5866
<!-- Definitions -->
5967

60-
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-to-string.svg
68+
[build-badge]: https://img.shields.io/travis/syntax-tree/nlcst-to-string.svg
69+
70+
[build]: https://travis-ci.org/syntax-tree/nlcst-to-string
71+
72+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-to-string.svg
73+
74+
[coverage]: https://codecov.io/github/syntax-tree/nlcst-to-string
75+
76+
[downloads-badge]: https://img.shields.io/npm/dm/nlcst-to-string.svg
77+
78+
[downloads]: https://www.npmjs.com/package/nlcst-to-string
79+
80+
[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-to-string.svg
81+
82+
[size]: https://bundlephobia.com/result?p=nlcst-to-string
83+
84+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
85+
86+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
6187

62-
[travis]: https://travis-ci.org/syntax-tree/nlcst-to-string
88+
[collective]: https://opencollective.com/unified
6389

64-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-to-string.svg
90+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
6591

66-
[codecov]: https://codecov.io/github/syntax-tree/nlcst-to-string
92+
[chat]: https://spectrum.chat/unified/syntax-tree
6793

6894
[npm]: https://docs.npmjs.com/cli/install
6995

0 commit comments

Comments
 (0)