0.1.0 • Published 8 years ago
clear v0.1.0
clear
Clear the terminal screen if possible
Usage
var clear = require('clear');
clear();Example

clear(opts)
opts(Object)opts.fullClear(Boolean) Defaults totrue, setting this tofalsewill prevent this module from clearing the screen. This will not remove anything from the screen, but instead move your cursor to position 0,0. Much like printing a\rinstead of a\nto reset the current line of output.
Installation
npm install clearANSI Codes
http://www.inwap.com/pdp10/ansicode.txt
License
MIT