[WIP] Hassle-free badges for your READMEs.
Download the binary from latest release.
$ badgeit path-to-source-repo
badge-1
badge-2
badge-n
If path is not specified, current working directory will be default path.
Here are some samples generated by badgeit, for various kinds of projects.
Use -f
options to send in the available formatting options.
all
: all the badgesall-json
: all the badges in json formatmin
: 7 most favourable badges todocat
: category wise badges todo
If not specified,
all
is the default formatter
Use -d
to mention the character sequence between the badges.
$ badgeit -d "\n"
badge-1
badge-2
badge-n
If not specified, blank space will be the default
Use -s
to mention the style of the badges generated with shields.io.
$ badgeit -s flat
Available styles are
Please refer Contributing section for guidelines on contributing.