figlet

Converts text strings into large ASCII art banner output

brewmacoslinux
Try with needOr install directly
Source

About

Banner-like program prints strings as ASCII art

Commands

figlet

Examples

Create a simple ASCII art banner with default font$ figlet 'Hello World'
Display ASCII art using a specific font$ figlet -f slant 'Welcome'
Center the ASCII art output$ figlet -c 'ASCII Art'