#fun #git #useless #git-commit #anger-management

git-anger-library

Count your naughty words in git commit messages

3 unstable releases

0.8.1 May 13, 2020
0.8.0 May 13, 2020
0.7.0 May 12, 2020

#27 in #useless

27 downloads per month

GPL-3.0-or-later

17KB
272 lines

git-anger-library

GitHub Actions Status Crates.io Library documentation

A fun little utility to figure out how naughty projects are.

What

This is the main library that drives the git-anger-management CLI-application, this is not really useful for anything besides that... but if you for some reason want to, feel free!

Features:

Note: None of these features are enabled by default, so you have to opt into it like so:

[dependencies]
git-anger-library = { version = "0.8.0", features=["table", "json"] }
  • json: Enables Serde serialization of the processed data using with the print_json() method.
  • table: Enables pretty printing of the processed data using TabWriter with the function print_table().

License

GPLv3 or later.

Dependencies

~12MB
~284K SLoC