@jercle/yargonaut

Style yargs CLI help text with chalk colors and figlet ASCII art fonts

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Decorate yargs content with chalk styles and figlet fonts

Examples

add colorful text to command line help messages$ const yargonaut = require('@jercle/yargonaut'); yargonaut.style('blue').errorsStyle('red');
display large ASCII art text in terminal output$ yargonaut.figlet('My App', 'banner');
customize CLI command help with colors and fonts$ yargonaut.style('cyan').errorsStyle('magenta').helpStyle('green');
make command line arguments stand out with styling$ yargonaut.style('yellow').apply();
decorate yargs CLI output with multiple font styles$ yargonaut.figlet('Welcome', 'standard').style('bold');