Skip to content

Commit f273c01

Browse files
committed
Add more badges
1 parent 4747f0a commit f273c01

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# plain-text-data-to-json [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# plain-text-data-to-json
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
27

38
Transform a “database” / simple (word, phrase) list from plain-text to
49
JSON.
@@ -155,13 +160,21 @@ Some errors are thrown when malformed “plain-text” is found, such as:
155160

156161
<!-- Definitions -->
157162

158-
[travis-badge]: https://img.shields.io/travis/wooorm/plain-text-data-to-json.svg
163+
[build-badge]: https://img.shields.io/travis/wooorm/plain-text-data-to-json.svg
164+
165+
[build]: https://travis-ci.org/wooorm/plain-text-data-to-json
166+
167+
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/plain-text-data-to-json.svg
168+
169+
[coverage]: https://codecov.io/github/wooorm/plain-text-data-to-json
170+
171+
[downloads-badge]: https://img.shields.io/npm/dm/plain-text-data-to-json.svg
159172

160-
[travis]: https://travis-ci.org/wooorm/plain-text-data-to-json
173+
[downloads]: https://www.npmjs.com/package/plain-text-data-to-json
161174

162-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/plain-text-data-to-json.svg
175+
[size-badge]: https://img.shields.io/bundlephobia/minzip/plain-text-data-to-json.svg
163176

164-
[codecov]: https://codecov.io/github/wooorm/plain-text-data-to-json
177+
[size]: https://bundlephobia.com/result?p=plain-text-data-to-json
165178

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

0 commit comments

Comments
 (0)