Add colorful text output to console scripts with chalk-based styling.
Multi-colour console output from chalk with added awesome
tfunk$ tfunk --color red 'Error message'$ tfunk --bold --color blue 'Important notice'$ tfunk --bg yellow --color black 'Warning'$ tfunk --bold --underline --color green 'Success'$ echo 'Status: OK' | tfunk --color cyan