https://github.com/afeiship/git-message-analyst
Git commit message analyse.
https://github.com/afeiship/git-message-analyst
git log message
Last synced: 2 months ago
JSON representation
Git commit message analyse.
- Host: GitHub
- URL: https://github.com/afeiship/git-message-analyst
- Owner: afeiship
- Created: 2016-10-19T18:20:33.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T23:57:51.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T09:49:48.966Z (about 1 year ago)
- Topics: git, log, message
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-message-analyst
> Git commit message analyse.
## get-started
```sh
# init project
git clone git@github.com:afeiship/git-message-analyst.git
cd git-message-analyst
npm install && npm link
# check
gma -h
```