-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Why not just make phpexperts/console-painter a dependency of this library?
Then anyone who uses your library can also do stuff like

with this code:
$p = new PHPExperts\ConsolePainter\ConsolePainter();
echo $p->bold()->italics('Bold italics') . ' ' . $p->red('Bold + Red') . "\n";
echo "Normal text\n";
echo $p->black()->onLightCyan(' Black on Light Cyan ') . "\n";
echo $p->black()->onLightGreen(' Black on Light Green ') . "\n";
echo $p->white()->onGreen(' White on Green ') . "\n";
echo $p->bold()->white()->onGreen(' White on Green, Bolded ') . "\n";
echo $p->bold()->underlined()->white()->onBlue('White on Blue, Bolded + Underlined') . "\n";
echo "\n";Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels