boxen

Draw boxes and lines in the terminal with various styles

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Create boxes in the terminal

Commands

boxen

Examples

Create a simple box around text$ boxen 'Hello World'
Create a box with padding and custom style$ boxen 'Important Message' --padding 1 --border-style round
Create a box with title$ boxen 'Content here' --title 'Note'