breakwrap
v1.0.3
Published
breakwrap prevents wrapping by automatically breaking lines when they reach the edge of the screen.
Downloads
7
Maintainers
Readme
breakwrap
breakwrap prevents wrapping by automatically breaking lines when they reach the edge of the screen.
Install
$ npm install breakwrap
Use
breakwrap automatically works once required and given an output stream (such as process.stdout).
require('breakwrap')(process.stdout)
License
MIT © Mike Groseclose