Skip to content

Commit 1136a38

Browse files
committed
Add more badges
1 parent 4ec4b82 commit 1136a38

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-
# mdast-util-to-nlcst [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# mdast-util-to-nlcst
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
Transform [MDAST][] to [NLCST][].
412

@@ -163,13 +171,31 @@ repository, organisation, or community you agree to abide by its terms.
163171

164172
<!-- Definitions -->
165173

166-
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-nlcst.svg
174+
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-nlcst.svg
175+
176+
[build]: https://travis-ci.org/syntax-tree/mdast-util-to-nlcst
177+
178+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-nlcst.svg
179+
180+
[coverage]: https://codecov.io/github/syntax-tree/mdast-util-to-nlcst
181+
182+
[downloads-badge]: https://img.shields.io/npm/dm/mdast-util-to-nlcst.svg
183+
184+
[downloads]: https://www.npmjs.com/package/mdast-util-to-nlcst
185+
186+
[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-util-to-nlcst.svg
187+
188+
[size]: https://bundlephobia.com/result?p=mdast-util-to-nlcst
189+
190+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
191+
192+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
167193

168-
[travis]: https://travis-ci.org/syntax-tree/mdast-util-to-nlcst
194+
[collective]: https://opencollective.com/unified
169195

170-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-nlcst.svg
196+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
171197

172-
[codecov]: https://codecov.io/github/syntax-tree/mdast-util-to-nlcst
198+
[chat]: https://spectrum.chat/unified/syntax-tree
173199

174200
[npm]: https://docs.npmjs.com/cli/install
175201

0 commit comments

Comments
 (0)