clear
Clear the terminal screen if possible
Last updated 7 years ago by bahamas10 .
Repository · Bugs · Original npm · Tarball · package.json
$ npm install clear 
SYNC missed versions from official npm registry.

clear

Clear the terminal screen if possible

Usage

var clear = require('clear');
clear();

Example

Node Clear

clear([opts])

  • opts (Object)
  • opts.fullClear (Boolean) Defaults to true, setting this to false will 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 \r 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

Current Tags

  • 0.1.0                                ...           latest (7 years ago)

3 Versions

  • 0.1.0                                ...           7 years ago
  • 0.0.1                                ...           12 years ago
  • 0.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE