Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 21, 2019
1 parent 2a9e012 commit c9dfc34
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# unist-util-visit-children [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
# unist-util-visit-children

[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

[Unist][] direct child visitor.

Expand Down Expand Up @@ -92,11 +97,19 @@ repository, organisation, or community you agree to abide by its terms.

[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-visit-children.svg

[build-page]: https://travis-ci.org/syntax-tree/unist-util-visit-children
[build]: https://travis-ci.org/syntax-tree/unist-util-visit-children

[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-visit-children.svg

[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-visit-children?branch=master
[coverage]: https://codecov.io/github/syntax-tree/unist-util-visit-children

[downloads-badge]: https://img.shields.io/npm/dm/unist-util-visit-children.svg

[downloads]: https://www.npmjs.com/package/unist-util-visit-children

[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-visit-children.svg

[size]: https://bundlephobia.com/result?p=unist-util-visit-children

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

Expand Down

0 comments on commit c9dfc34

Please sign in to comment.