2
2
<img alt =" node formidable logo " src =" ./logo.png " />
3
3
</p >
4
4
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 ]
6
6
7
7
> A Node.js module for parsing form data, especially file uploads.
8
8
9
9
[ ![ Code style] [ codestyle-img ]] [ codestyle-url ]
10
- [ ![ npm version] [ npmv-canary-img ]] [ npmv-url ]
11
10
[ ![ 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 ]
13
15
14
16
## Status: Maintained
15
17
@@ -24,6 +26,8 @@ The`formidable@latest`is the`v1.2.1` version and probably it will be the last`v1
24
26
25
27
_ ** Note: v2 is coming soon!** _
26
28
29
+ [ ![ npm version] [ npmv-canary-img ]] [ npmv-url ]
30
+
27
31
## Highlights
28
32
29
33
- Fast (~ 900-2500 mb/sec), streaming multipart parser
@@ -390,6 +394,8 @@ Formidable is licensed under the [MIT License][license-url].
390
394
391
395
[ codestyle-url ] : https://github.com/airbnb/javascript
392
396
[ 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
393
399
[ build-img ] : https://badgen.net/github/checks/node-formidable/node-formidable?label=build&icon=github
394
400
[ build-url ] : https://github.com/node-formidable/node-formidable/actions?query=workflow%3Anodejs
395
401
[ 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].
399
405
[ license-url ] : https://github.com/node-formidable/node-formidable/blob/master/LICENSE
400
406
[ chat-img ] : https://badgen.net/badge/chat/on%20gitter/46BC99?icon=gitter
401
407
[ 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