Initial commit

This commit is contained in:
Ismo Vuorinen
2022-10-17 09:42:32 +03:00
commit 78cca41be4
27 changed files with 9319 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
<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.