Skip to content

Commit

Permalink
add license, maintainability, code coverage, and packagist badges to …
Browse files Browse the repository at this point in the history
…README.md
  • Loading branch information
gregor-j committed Mar 16, 2022
1 parent a2df0ec commit 9fea43a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down Expand Up @@ -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

0 comments on commit 9fea43a

Please sign in to comment.