From 9fea43a70e8f1b72cffe5add850aa70f7c9744ca Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 16 Mar 2022 20:22:37 +0100 Subject: [PATCH] add license, maintainability, code coverage, and packagist badges to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cca60d5..15918f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # correct horse passphrase generator +[![License: MIT]](LICENSE) [![Maintainability]][Maintainability-link] +[![Test Coverage]][Test Coverage Link] +[![Packagist Version]][packagist] A random passphrase generator inspired by Randall Munroes [XKCD #936], [bbusschots/hsxkpasswd], and [matt-allan/battery-staple]. Thanks! @@ -80,5 +83,10 @@ docker run \ [matt-allan/battery-staple]: https://github.com/matt-allan/battery-staple [bbusschots/hsxkpasswd]: https://github.com/bbusschots/hsxkpasswd [Crypt::HSXKPasswd::Dictionary::DE]: http://bbusschots.github.io/hsxkpasswd/Crypt-HSXKPasswd/pod.html#Crypt::HSXKPasswd::Dictionary::DE +[License: MIT]: https://img.shields.io/badge/license-MIT-blue.svg [Maintainability]: https://api.codeclimate.com/v1/badges/5133820084cbaa915129/maintainability [Maintainability-link]: https://codeclimate.com/github/gregor-j/correct-horse/maintainability +[Test Coverage]: https://api.codeclimate.com/v1/badges/5133820084cbaa915129/test_coverage +[Test Coverage Link]: https://codeclimate.com/github/gregor-j/correct-horse/test_coverage +[Packagist Version]: https://img.shields.io/packagist/v/gregorj/correct-horse +[packagist]: https://packagist.org/packages/gregorj/correct-horse