mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 11:44:02 +00:00
26 lines
886 B
Markdown
26 lines
886 B
Markdown
<h1 style="text-align:center">
|
|
Branch usage checker
|
|
</h1>
|
|
|
|
<p style="text-align:center">
|
|
<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.
|
|
</h2>
|
|
|
|
<p style="text-align:center">
|
|
Use this command line tool to cross-check project
|
|
public GitHub Branches and Packagist branch
|
|
download statistics to determine are branches
|
|
safe to delete.
|
|
</p>
|
|
|
|
## License
|
|
|
|
Branch usage checker is an open-source software licensed under the MIT license.
|