rleroi/blame-log
Composer 安装命令:
composer require rleroi/blame-log
包简介
Like Spotify Wrapped for bad code. Find out who to blame for errors!
README 文档
README
Like Spotify Wrapped for bad code
BlameLog is a tool that provides a Spotify Wrapped-style overview of developers responsible for the most errors in your codebase using git-blame.
Requires Git to be installed on your system.
Usage
use RLeroi\BlameLog\BlameLog; $results = BlameLog::calculateTotals('/Users/rleroi/dev/my-project/storage/logs/laravel.log');
Note: This operation may take a while, depending on the size of your log file.
The method returns an array representing the developers and their respective error counts:
[
"R Leroi" => 185,
"K Reeves" => 132,
"Randy Marsh" => 33,
]
Disclaimer
This package is intended for fun purposes only. Please refrain from using it to make employment decisions. 😉
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-15