clear-console

1.1.0 • Public • Published

clear-console

Like other console clearing modules but it works on my machine.

usage

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

toStart option

On Mac OS X terminal, this option clears to start (just like pressing ⌘K):

var clear = require('clear-console');
clear({toStart: true})

Readme

Keywords

none

Package Sidebar

Install

npm i clear-console

Weekly Downloads

157

Version

1.1.0

License

ISC

Last publish

Collaborators

  • theludd