appraisalai
v0.1.1
Published
CLI to scan git repositories in a folder for commits by the configured git user
Maintainers
Readme
appraisalai
A small npx-ready CLI that scans a folder recursively for git repositories and lists commits authored by the configured git user.
Installation
npx appraisalaiUsage
npx appraisalai [folder] [options]Interactive mode (recommended for terminal sessions):
npx appraisalai
npx appraisalai --interactiveOptions
folder— folder to scan (defaults to current directory)--json— output JSON payload--show-empty— include repos where no identity or no matching commits were found--range <range>— date window (defaultlast12m)lastweeklast3mlast6mlast12m
--branch <branch>— repeatable, include only specific branch(es)--branches <b1,b2>— comma-separated branches-i/--interactive— launch the TUI wizard for folder/range/branch setup--help— show usage
Output
- Compact progress bar while scanning repositories.
- Per-repo commit matches with hash, date, author, and message.
- Summary sorted by contribution count descending.
