Skip to content

Create simple git commits report in HTML file ou im you terminal with Laravel apps

License

Notifications You must be signed in to change notification settings

TilsonM17/git-report-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIT-REPORT FOR LARAVEL

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"

About

Create simple git commits report in HTML file ou im you terminal with Laravel apps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published