git-anger-library

Crates.iogit-anger-library
lib.rsgit-anger-library
version0.8.1
sourcesrc
created_at2020-05-12 20:40:03.10051
updated_at2020-05-13 16:56:16.800223
descriptionCount your naughty words in git commit messages
homepagehttps://github.com/sondr3/git-anger-management
repositoryhttps://github.com/sondr3/git-anger-management
max_upload_size
id240821
size20,854
Sondre Aasemoen (sondr3)

documentation

https://docs.rs/crate/git-anger-library/

README

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.

Commit count: 121

cargo fmt