badgeland

Crates.iobadgeland
lib.rsbadgeland
version0.15.0
created_at2021-02-23 13:21:26.672339+00
updated_at2025-08-31 19:49:21.127758+00
descriptionFast badge generator for any purpose
homepage
repositoryhttps://github.com/msuntharesan/badgeland
max_upload_size
id359472
size5,702,740
Suntharesan Mohan (msuntharesan)

documentation

README

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)
Commit count: 181

cargo fmt