clear

Clear the terminal screen if possible

3 个版本
安装
npm install clear
yarn add clear
pnpm add clear
bun add clear
README

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

版本列表
0.1.0 2018-02-27
0.0.1 2012-07-30
0.0.0 2012-07-29