Skip to content

Commit 90b4d85

Browse files
committed
Add more badges
1 parent 21d106b commit 90b4d85

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-
# nlcst-emoticon-modifier [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# nlcst-emoticon-modifier
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
Classify plain-text ASCII [**emoticon**][emoticon]s
412
as `EmoticonNode`s.
@@ -74,13 +82,31 @@ repository, organisation, or community you agree to abide by its terms.
7482

7583
<!-- Definitions -->
7684

77-
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-emoticon-modifier.svg
85+
[build-badge]: https://img.shields.io/travis/syntax-tree/nlcst-emoticon-modifier.svg
86+
87+
[build]: https://travis-ci.org/syntax-tree/nlcst-emoticon-modifier
88+
89+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-emoticon-modifier.svg
90+
91+
[coverage]: https://codecov.io/github/syntax-tree/nlcst-emoticon-modifier
92+
93+
[downloads-badge]: https://img.shields.io/npm/dm/nlcst-emoticon-modifier.svg
94+
95+
[downloads]: https://www.npmjs.com/package/nlcst-emoticon-modifier
96+
97+
[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-emoticon-modifier.svg
98+
99+
[size]: https://bundlephobia.com/result?p=nlcst-emoticon-modifier
100+
101+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
102+
103+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
78104

79-
[travis]: https://travis-ci.org/syntax-tree/nlcst-emoticon-modifier
105+
[collective]: https://opencollective.com/unified
80106

81-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-emoticon-modifier.svg
107+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
82108

83-
[codecov]: https://codecov.io/github/syntax-tree/nlcst-emoticon-modifier
109+
[chat]: https://spectrum.chat/unified/syntax-tree
84110

85111
[npm]: https://docs.npmjs.com/cli/install
86112

0 commit comments

Comments
 (0)