Skip to content

Commit d5275bc

Browse files
committed
chore: badges
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 888ae46 commit d5275bc

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
<img alt="node formidable logo" src="./logo.png" />
33
</p>
44

5-
# formidable [![npm version][npmv-img]][npmv-url] [![MIT license][license-img]][license-url]
5+
# formidable [![npm version][npmv-img]][npmv-url] [![MIT license][license-img]][license-url] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url]
66

77
> A Node.js module for parsing form data, especially file uploads.
88
99
[![Code style][codestyle-img]][codestyle-url]
10-
[![npm version][npmv-canary-img]][npmv-url]
1110
[![build status][build-img]][build-url]
12-
[![chat on gitter][chat-img]][chat-url]
11+
[![codecoverage][codecov-img]][codecov-url]
12+
[![Renovate App Status][renovateapp-img]][renovateapp-url]
13+
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
14+
[![Twitter][twitter-img]][twitter-url]
1315

1416
## Status: Maintained
1517

@@ -24,6 +26,8 @@ The`formidable@latest`is the`v1.2.1` version and probably it will be the last`v1
2426

2527
_**Note: v2 is coming soon!**_
2628

29+
[![npm version][npmv-canary-img]][npmv-url]
30+
2731
## Highlights
2832

2933
- Fast (~900-2500 mb/sec), streaming multipart parser
@@ -390,6 +394,8 @@ Formidable is licensed under the [MIT License][license-url].
390394

391395
[codestyle-url]: https://github.com/airbnb/javascript
392396
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb%20%2B%20prettier/ff5a5f?icon=airbnb&cache=300
397+
[codecov-url]: https://codecov.io/gh/node-formidable/node-formidable
398+
[codecov-img]: https://badgen.net/codecov/c/github/node-formidable/node-formidable/master?icon=codecov
393399
[build-img]: https://badgen.net/github/checks/node-formidable/node-formidable?label=build&icon=github
394400
[build-url]: https://github.com/node-formidable/node-formidable/actions?query=workflow%3Anodejs
395401
[npmv-canary-img]: https://badgen.net/npm/v/formidable/canary?icon=npm
@@ -399,3 +405,11 @@ Formidable is licensed under the [MIT License][license-url].
399405
[license-url]: https://github.com/node-formidable/node-formidable/blob/master/LICENSE
400406
[chat-img]: https://badgen.net/badge/chat/on%20gitter/46BC99?icon=gitter
401407
[chat-url]: https://gitter.im/node-formidable/Lobby
408+
[libera-manifesto-url]: https://liberamanifesto.com
409+
[libera-manifesto-img]: https://badgen.net/badge/libera/manifesto/grey
410+
[renovateapp-url]: https://renovatebot.com
411+
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green?cache=300
412+
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green?cache=300
413+
[prs-welcome-url]: http://makeapullrequest.com
414+
[twitter-url]: https://twitter.com/tunnckoCore
415+
[twitter-img]: https://badgen.net/twitter/follow/tunnckoCore?icon=twitter&color=1da1f2&cache=300

0 commit comments

Comments
 (0)