node-fullwidth-stdout
v1.0.0
Published
Format a string for stdout to be the full width of a terminal window
Downloads
2
Readme
node-fullwidth-stdout
Format a string for stdout to be the full width of a terminal window
This little library is intended for use in a situation where, for example, you are using chalk with a background color to your text, and you want your background color to extend the entire width of your terminal.
I wrote this lib in answer to this question on StackOverflow.