nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
42.01k stars 6.63k forks source link

Add Vcpkg port version badge #3988

Closed njakob closed 1 year ago

njakob commented 1 year ago

I'm the author of vcpkg.link and I'm trying to improve the discoverability of Vcpkg ports. From my experience, such package managers have been helping developers to integrate libraries into their projects while keeping them up to date.

Therefore, this PR aims to add a shields.io badge that provides at a glance in the README which version of the library is available on Vcpkg.

Moreover, it provides a link to a page that contains extra details about the Vcpkg port of the library and how to use it.

Vcpkg Shields.io Badge


Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling aad12e5f1098966667b9b6ae992c46148af74e8c on njakob:vcpkg-badge into 546370c9e778d99e7176641123e5cc1d0b62acab on nlohmann:develop.

nlohmann commented 1 year ago

Thanks!