14 releases (7 breaking)

Uses new Rust 2024

0.15.0 Aug 31, 2025
0.14.0 Dec 15, 2022
0.13.0 Jul 12, 2022
0.12.0 Aug 6, 2021
0.10.1 Mar 6, 2021

#245 in Cargo plugins

Download history 3/week @ 2025-09-28 3/week @ 2025-10-05

831 downloads per month

MIT license

2.5MB
1K SLoC

Badgeland

CLI

Installation

cargo install badgeland --features cli

Usage

 cargo badge --help
cargo-badge
Fast badge generator for any purpose

USAGE:
    cargo badge [OPTIONS] <CONTENT>

ARGS:
    <CONTENT>    Badge content. Can be string or csv

OPTIONS:
    -c, --classic                    Classic badge style (Default)
        --color <COLOR>              Badge color. Must be a valid css color
    -f, --flat                       Flat badge style
    -z, --social                     Social badge style
    -h, --help                       Print help information
        --icon <ICON>                Badge icon. Icons are from
                                     https://fontawesome.com/search?s=brands,
                                     https://fontawesome.com/search?s=solid and
                                     https://simpleicons.org/
        --icon-color <ICON_COLOR>    Icon color. Must be a valid css color
    -l, --large                      Large badge size
    -m, --medium                     Medium badge size
    -o, --out <OUT>                  Output svg to file
    -s, --subject <SUBJECT>          Badge subject
    -x, --small                      Small badge size (Default)

Dependencies

~2.8–4MB
~88K SLoC