From da25a2182f403596ec0fc2111644f5d3fbb3b411 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 19 Nov 2018 20:28:07 +0100 Subject: [PATCH] Add more badges --- readme.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 2d5b93f..e5592b9 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,9 @@ -# to-vfile [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] +# to-vfile + +[![Build][build-badge]][build] +[![Coverage][coverage-badge]][coverage] +[![Downloads][downloads-badge]][downloads] +[![Chat][chat-badge]][chat] Create a [`vfile`][vfile] from a file-path. Optionally populates them from the file-system as well. Can write virtual files to file-system too. @@ -93,13 +98,21 @@ repository, organisation, or community you agree to abide by its terms. -[travis-badge]: https://img.shields.io/travis/vfile/to-vfile.svg +[build-badge]: https://img.shields.io/travis/vfile/to-vfile.svg + +[build]: https://travis-ci.org/vfile/to-vfile + +[coverage-badge]: https://img.shields.io/codecov/c/github/vfile/to-vfile.svg + +[coverage]: https://codecov.io/github/vfile/to-vfile + +[downloads-badge]: https://img.shields.io/npm/dm/to-vfile.svg -[travis]: https://travis-ci.org/vfile/to-vfile +[downloads]: https://www.npmjs.com/package/to-vfile -[codecov-badge]: https://img.shields.io/codecov/c/github/vfile/to-vfile.svg +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg -[codecov]: https://codecov.io/github/vfile/to-vfile +[chat]: https://spectrum.chat/unified/vfile [npm]: https://docs.npmjs.com/cli/install