mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-20 19:50:46 +00:00
Initial commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user