Draw boxes and lines in the terminal with various styles
Create boxes in the terminal
boxen
$ boxen 'Hello World'
$ boxen 'Important Message' --padding 1 --border-style round
$ boxen 'Content here' --title 'Note'