Clear the terminal screen if possible
npm install clearclear
=====
Clear the terminal screen if possible
Usage
-----
`` js`
var clear = require('clear');
clear();
Example
-------
- opts (Object)opts.fullClear
- (Boolean) Defaults to true, setting this to false will\r
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 instead of a \n` to reset the current line of output.
Installation
------------
npm install clear
ANSI Codes
----------
http://www.inwap.com/pdp10/ansicode.txt
License
-------
MIT