https://github.com/pseudomanifold/commitease
Grading the readability of git commits
https://github.com/pseudomanifold/commitease
Last synced: 5 months ago
JSON representation
Grading the readability of git commits
- Host: GitHub
- URL: https://github.com/pseudomanifold/commitease
- Owner: Pseudomanifold
- Created: 2015-04-04T12:33:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T12:41:08.000Z (over 10 years ago)
- Last Synced: 2025-05-15T17:09:55.755Z (5 months ago)
- Language: Python
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`commitease` is a tool for grading the readability of commits in a git
repository. It calculates the [Flesch reading ease
score](https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests)
of the commits of all authors.# Usage
$ ./commitease -r /path/to/repository
[Enjoyable output in the form of mean readability scores per author]