chore(lint): Change readme to use markdown

This commit is contained in:
2023-05-10 03:26:51 +03:00
parent 45927b0171
commit b6e1252f61

View File

@@ -1,25 +1,16 @@
<h1 style="text-align:center"> # Branch usage checker
Branch usage checker
</h1>
<p style="text-align:center"> [![Packagist Version][pkg-shield]][packagist] [![License][license]][packagist]
<a href="https://packagist.org/packages/ivuorinen/branch-usage-checker">
<img src="https://img.shields.io/packagist/v/ivuorinen/branch-usage-checker.svg?label=stable" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/ivuorinen/branch-usage-checker"><img src="https://img.shields.io/packagist/l/ivuorinen/branch-usage-checker.svg" alt="License"></a>
</p>
<h2 style="text-align:center"> ## Check when your package branches have last been used
Check when your package branches have last been used.
</h2>
<p style="text-align:center"> Use this command line tool to cross-check project public GitHub Branches and
Use this command line tool to cross-check project Packagist branch download statistics to determine are branches safe to delete.
public GitHub Branches and Packagist branch
download statistics to determine are branches
safe to delete.
</p>
## License ## License
Branch usage checker is an open-source software licensed under the MIT license. Branch usage checker is an open-source software licensed under the MIT license.
[packagist]: https://packagist.org/packages/ivuorinen/branch-usage-checker
[pkg-shield]: https://img.shields.io/packagist/v/ivuorinen/branch-usage-checker
[license]: https://img.shields.io/packagist/l/ivuorinen/branch-usage-checker.svg