Skip to content

Commit 2cbe909

Browse files
committed
Add more badges
1 parent 448f8bf commit 2cbe909

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

readme.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hastscript [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# hastscript[![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size] [![Chat][chat-badge]][chat]
22

33
[Hyperscript][] (and [`virtual-hyperscript`][virtual-hyperscript])
44
compatible DSL for creating virtual [HAST][] trees in HTML and SVG.
@@ -143,13 +143,25 @@ repository, organisation, or community you agree to abide by its terms.
143143

144144
<!-- Definitions -->
145145

146-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hastscript.svg
146+
[build-badge]: https://img.shields.io/travis/syntax-tree/hastscript.svg
147147

148-
[travis]: https://travis-ci.org/syntax-tree/hastscript
148+
[build]: https://travis-ci.org/syntax-tree/hastscript
149149

150-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hastscript.svg
150+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hastscript.svg
151151

152-
[codecov]: https://codecov.io/github/syntax-tree/hastscript
152+
[coverage]: https://codecov.io/github/syntax-tree/hastscript
153+
154+
[downloads-badge]: https://img.shields.io/npm/dm/hastscript.svg
155+
156+
[downloads]: https://www.npmjs.com/package/hastscript
157+
158+
[size-badge]: https://img.shields.io/bundlephobia/minzip/hastscript.svg
159+
160+
[size]: https://bundlephobia.com/result?p=hastscript
161+
162+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
163+
164+
[chat]: https://spectrum.chat/unified/rehype
153165

154166
[npm]: https://docs.npmjs.com/cli/install
155167

0 commit comments

Comments
 (0)