SYNOPSIS
A simple command-line front-end to the Perl module Badge::Simple.
badge -l LEFTTEXT -r RIGHTTEXT [-c COLOR] [-f FONTFILE] [-o OUTFILE] [-p]
Options:
-l | --left TEXT - Text for left side of badge
-r | --right TEXT - Text for right side of badge
-c | --color COLOR - Color for right side of badge
-f | --font FILE - Font file (for metrics)
-o | --out FILE - Output file (default is STDOUT)
-p | --pretty - Format and indent the XML output
Colors: blue, brightgreen, green, lightgrey, orange, red, yellow,
yellowgreen, or #XXXXXX (custom HTML color)
Author, Copyright, and License
Copyright (c) 2018 Hauke Daempfling (haukex@zero-g.net).
This library is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.
For more information see the Perl Artistic License, which should have been distributed with your copy of Perl. Try the command perldoc perlartistic
or see http://perldoc.perl.org/perlartistic.html.
Please see the file README.md in the module's distribution for additional information.