| Crates.io | git-anger-library |
| lib.rs | git-anger-library |
| version | 0.8.1 |
| created_at | 2020-05-12 20:40:03.10051+00 |
| updated_at | 2020-05-13 16:56:16.800223+00 |
| description | Count your naughty words in git commit messages |
| homepage | https://github.com/sondr3/git-anger-management |
| repository | https://github.com/sondr3/git-anger-management |
| max_upload_size | |
| id | 240821 |
| size | 20,854 |
A fun little utility to figure out how naughty projects are.
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!
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().GPLv3 or later.