Ascii-Text
view release on metacpan or search on metacpan
bin/ascii_text view on Meta::CPAN
#!usr/bin/perl
use lib 'lib';
use Ascii::Text::Cmd;
Ascii::Text::Cmd->run(@ARGV);
__END__
=head1 NAME
ascii_text - script for generating ASCII text in various fonts and style
=head1 USAGE
ascii_text help
ascii_text a=center t="Hello World" c=bright_red
or print to an image
ascii_text t="Hello World" i=1 if=path/to/RobotoMono.ttf fh=hello.png c=bright_red
=cut
( run in 1.949 second using v1.01-cache-2.11-cpan-788537b7465 )