Skip to content

Commit c61983b

Browse files
committed
Add more badges
1 parent d04d54a commit c61983b

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# unist-builder [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-builder
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
27

38
Helper for creating [**unist**][unist] trees with [hyperscript][]-like syntax.
49

@@ -95,13 +100,21 @@ repository, organisation, or community you agree to abide by its terms.
95100

96101
<!-- Definitions -->
97102

98-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-builder.svg
103+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-builder.svg
104+
105+
[build]: https://travis-ci.org/syntax-tree/unist-builder
106+
107+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-builder.svg
108+
109+
[coverage]: https://codecov.io/github/syntax-tree/unist-builder
110+
111+
[downloads-badge]: https://img.shields.io/npm/dm/unist-builder.svg
99112

100-
[travis]: https://travis-ci.org/syntax-tree/unist-builder
113+
[downloads]: https://www.npmjs.com/package/unist-builder
101114

102-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-builder.svg
115+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-builder.svg
103116

104-
[codecov]: https://codecov.io/github/syntax-tree/unist-builder
117+
[size]: https://bundlephobia.com/result?p=unist-builder
105118

106119
[npm]: https://docs.npmjs.com/cli/install
107120

0 commit comments

Comments
 (0)