@solarluminea/git-summary
v1.0.0
Published
CLI to generate a readable summary of git commits by day, week, or month
Maintainers
Readme
@solarluminea/git-summary
CLI to generate a readable summary of your git commits — perfect for standups, EOD reports, and personal logs.
Install
npm install -g @solarluminea/git-summaryUsage
git-summary today # commits since midnight
git-summary week # commits in the last 7 days
git-summary month # commits in the last month
git-summary --author="Nicolas" # filter by authorOutput:
📋 my-project (main) — today
2026-05-22
a1b2c3 fix login redirect
d4e5f6 add dark mode toggle
g7h8i9 update dependencies
Total: 3 commit(s)License
MIT
