File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 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 ]
2
7
3
8
Transform a “database” / simple (word, phrase) list from plain-text to
4
9
JSON.
@@ -155,13 +160,21 @@ Some errors are thrown when malformed “plain-text” is found, such as:
155
160
156
161
<!-- Definitions -->
157
162
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
159
172
160
- [ travis ] : https://travis-ci.org/wooorm /plain-text-data-to-json
173
+ [ downloads ] : https://www.npmjs.com/package /plain-text-data-to-json
161
174
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
163
176
164
- [ codecov ] : https://codecov.io/github/wooorm/ plain-text-data-to-json
177
+ [ size ] : https://bundlephobia.com/result?p= plain-text-data-to-json
165
178
166
179
[ npm ] : https://docs.npmjs.com/cli/install
167
180
You can’t perform that action at this time.
0 commit comments