mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 03:33:59 +00:00
chore(lint): Change readme to use markdown
This commit is contained in:
27
README.md
27
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user