Skip to content

Commit 562327f

Browse files
committed
chore(docs): better & more badges, add Tidelift sentances, part of #569
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 4dc24ec commit 562327f

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

README.md

+47-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,39 @@
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] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url]
5+
# formidable [![npm version][npmv-img]][npmv-url] [![MIT license][license-img]][license-url] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url] [![Twitter][twitter-img]][twitter-url]
66

77
> A Node.js module for parsing form data, especially file uploads.
88
99
[![Code style][codestyle-img]][codestyle-url]
10-
[![build status][build-img]][build-url]
1110
[![codecoverage][codecov-img]][codecov-url]
11+
[![linux build status][linux-build-img]][build-url]
12+
[![windows build status][windows-build-img]][build-url]
13+
[![macos build status][macos-build-img]][build-url]
14+
15+
If you have any _how-to_ kind of questions, please read the [Contributing
16+
Guide][contributing-url] and [Code of Conduct][code_of_conduct-url]
17+
documents.<br /> For bugs reports and feature requests, [please create an
18+
issue][open-issue-url] or ping [@tunnckoCore](https://twitter.com/tunnckoCore)
19+
at Twitter.
20+
21+
[![Conventional Commits][ccommits-img]][ccommits-url]
22+
[![Minimum Required Nodejs][nodejs-img]][npmv-url]
23+
[![Tidelift Subcsription][tidelift-img]][tidelift-url]
24+
[![Buy me a Kofi][kofi-img]][kofi-url]
1225
[![Renovate App Status][renovateapp-img]][renovateapp-url]
1326
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
14-
[![Twitter][twitter-img]][twitter-url]
27+
28+
This project is [semantically versioned](https://semver.org) and available as
29+
part of the [Tidelift Subscription][tidelift-url] for professional grade
30+
assurances, enhanced support and security.
31+
[Learn more.](https://tidelift.com/subscription/pkg/npm-formidable?utm_source=npm-formidable&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
32+
33+
_The maintainers of `formidable` and thousands of other packages are working
34+
with Tidelift to deliver commercial support and maintenance for the Open Source
35+
dependencies you use to build your applications. Save time, reduce risk, and
36+
improve code health, while paying the maintainers of the exact dependencies you
37+
use._
1538

1639
[![][npm-weekly-img]][npmv-url] [![][npm-monthly-img]][npmv-url]
1740
[![][npm-yearly-img]][npmv-url] [![][npm-alltime-img]][npmv-url]
@@ -659,8 +682,6 @@ Formidable is licensed under the [MIT License][license-url].
659682
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb%20%2B%20prettier/ff5a5f?icon=airbnb&cache=300
660683
[codecov-url]: https://codecov.io/gh/node-formidable/node-formidable
661684
[codecov-img]: https://badgen.net/codecov/c/github/node-formidable/node-formidable/master?icon=codecov
662-
[build-img]: https://badgen.net/github/checks/node-formidable/node-formidable?label=build&icon=github
663-
[build-url]: https://github.com/node-formidable/node-formidable/actions?query=workflow%3Anodejs
664685
[npmv-canary-img]: https://badgen.net/npm/v/formidable/canary?icon=npm
665686
[npmv-dev-img]: https://badgen.net/npm/v/formidable/dev?icon=npm
666687
[npmv-img]: https://badgen.net/npm/v/formidable?icon=npm
@@ -681,6 +702,26 @@ Formidable is licensed under the [MIT License][license-url].
681702
[npm-weekly-img]: https://badgen.net/npm/dw/formidable?icon=npm&cache=300
682703
[npm-monthly-img]: https://badgen.net/npm/dm/formidable?icon=npm&cache=300
683704
[npm-yearly-img]: https://badgen.net/npm/dy/formidable?icon=npm&cache=300
684-
[npm-alltime-img]: https://badgen.net/npm/dt/formidable?icon=npm&cache=300
705+
[npm-alltime-img]: https://badgen.net/npm/dt/formidable?icon=npm&cache=300&label=total%20downloads
706+
707+
[nodejs-img]: https://badgen.net/badge/node/>=%2010.13/green?cache=300
708+
709+
[ccommits-url]: https://conventionalcommits.org/
710+
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green?cache=300
685711

712+
[contributing-url]: https://github.com/node-formidable/node-formidable/blob/master/CONTRIBUTING.md
713+
[code_of_conduct-url]: https://github.com/node-formidable/node-formidable/blob/master/CODE_OF_CONDUCT.md
714+
715+
[open-issue-url]: https://github.com/node-formidable/node-formidable/issues/new
716+
717+
[tidelift-url]: https://tidelift.com/subscription/pkg/npm-formidable?utm_source=npm-formidable&utm_medium=referral&utm_campaign=enterprise
718+
[tidelift-img]: https://badgen.net/badge/tidelift/subscription/4B5168?labelColor=F6914D
719+
720+
[kofi-url]: https://ko-fi.com/tunnckoCore/commissions
721+
[kofi-img]: https://badgen.net/badge/ko-fi/support/29abe0c2?cache=300&icon=https://rawcdn.githack.com/tunnckoCore/badgen-icons/f8264c6414e0bec449dd86f2241d50a9b89a1203/icons/kofi.svg
722+
723+
[linux-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/node-formidable?label=linux%20build&icon=github
724+
[macos-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/node-formidable?label=macos%20build&icon=github
725+
[windows-build-img]: https://badgen-net.charlike.now.sh/github/checks/node-formidable/node-formidable?label=windows%20build&icon=github
726+
[build-url]: https://github.com/node-formidable/node-formidable/actions?query=workflow%3Anodejs
686727
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)