|
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] |
2 | 10 |
|
3 | 11 | Classify plain-text ASCII [**emoticon**][emoticon]s
|
4 | 12 | as `EmoticonNode`s.
|
@@ -74,13 +82,31 @@ repository, organisation, or community you agree to abide by its terms.
|
74 | 82 |
|
75 | 83 | <!-- Definitions -->
|
76 | 84 |
|
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 |
78 | 104 |
|
79 |
| -[travis]: https://travis-ci.org/syntax-tree/nlcst-emoticon-modifier |
| 105 | +[collective]: https://opencollective.com/unified |
80 | 106 |
|
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 |
82 | 108 |
|
83 |
| -[codecov]: https://codecov.io/github/syntax-tree/nlcst-emoticon-modifier |
| 109 | +[chat]: https://spectrum.chat/unified/syntax-tree |
84 | 110 |
|
85 | 111 | [npm]: https://docs.npmjs.com/cli/install
|
86 | 112 |
|
|
0 commit comments