clear
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/clear package

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i clear

Weekly Downloads

433,513

Version

0.1.0

License

none

Unpacked Size

2.04 kB

Total Files

6

Last publish

Collaborators

  • bahamas10