badgeland

Crates.iobadgeland
lib.rsbadgeland
version0.14.0
sourcesrc
created_at2021-02-23 13:21:26.672339
updated_at2022-12-15 20:15:55.844562
descriptionFast badge generator for any purpose
homepage
repositoryhttps://github.com/msuntharesan/badgeland
max_upload_size
id359472
size3,896,792
Suntharesan Mohan (msuntharesan)

documentation

README

Badgeland

CLI

Installation

cargo install badgeland

Usage

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

USAGE:
    cargo badge [FLAGS] [OPTIONS] <content>

ARGS:
    <content>    Badge content

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

    -c, --classic    Classic badge style (Default)
    -f, --flat       Flat badge style
    -l, --large      Large badge size
    -m, --medium     Medium badge size
    -x, --small      Small badge size (Default)

OPTIONS:
        --color <color>              Badge color. Must be a valid css color
        --icon <icon>                Badge icon. icon can be any `Brand` or `Solid` icons from
                                     fontawesome
        --icon-color <icon-color>    Icon color. Must be a valid css color
    -o, --out <out>                  Output svg to file
    -s, --subject <subject>          Badge subject
Commit count: 178

cargo fmt