mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-03 19:43:33 +00:00
17 lines
647 B
Markdown
17 lines
647 B
Markdown
# Branch usage checker
|
|
|
|
[![Packagist Version][pkg-shield]][packagist] [![License][license]][packagist]
|
|
|
|
## Check when your package branches have last been used
|
|
|
|
Use this command line tool to cross-check project public GitHub Branches and
|
|
Packagist branch download statistics to determine are branches safe to delete.
|
|
|
|
## 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
|