您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Christian Ziermann b8da0c7023 Initial commit 4 年前
..
examples Initial commit 4 年前
README.md Initial commit 4 年前
index.js Initial commit 4 年前
package.json Initial commit 4 年前

README.md

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