Style yargs CLI help text with chalk colors and figlet ASCII art fonts
Decorate yargs content with chalk styles and figlet fonts
$ const yargonaut = require('@jercle/yargonaut'); yargonaut.style('blue').errorsStyle('red');$ yargonaut.figlet('My App', 'banner');$ yargonaut.style('cyan').errorsStyle('magenta').helpStyle('green');$ yargonaut.style('yellow').apply();$ yargonaut.figlet('Welcome', 'standard').style('bold');