Socket
Socket
Sign inDemoInstall

clear

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    clear

Clear the terminal screen if possible


Version published
Weekly downloads
389K
decreased by-13.21%
Maintainers
1
Install size
2.87 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 27 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc