1.2.2 • Published 2 years ago

console-cls v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

console-cls

console-cls is a simple tool to help you clear the screen better in node.

CLI Install

Remember to run with sudo...

npm i -g console-cls

Then...

console-cls

Application Install

npm i console-cls
const clear = require('console-cls')

clear()

// ...or add to console globally

clear.addToConsole()

// now use console.cls() throughout the application!

console.cls()
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago