tilson/git-report-php

simple package for create report from git in php

1.1.0 2023-11-26 21:40 UTC

This package is auto-updated.

Last update: 2024-04-30 00:49:05 UTC


README

Git-report is a package for create simple report im you Laravel application, generate report in cli and html file. With this package you cam know when you or you team are invest time and strength.

This package encourage you follow the Conventional Commits 1.0.0

Therefor, if you want have great experience you git historic must be following Conventional Commits

Try, and, be happy.

Installation

    composer require tilson/git-report-php --dev

Example

Create report of commits in html

    php artisan report:html

In next Realease(😉Coming Soon...)

Create report of commits in terminal

    php artisan report:cli

Filters

Filter for author

    php artisan git-report:{html|cli} --author="Name Author"

Filter for date

    php artisan git-report:{html|cli} --date="YYYY-MM-DD"

Filter for type commits

    php artisan git-report:{html|cli} --type="feat|fix|docs|style|refactor|test|chore"