console-cls
v1.2.2
Published
Tool for clearing the terminal screen completely by adding console.cls() to your application.
Readme
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-clsThen...
console-clsApplication Install
npm i console-clsconst clear = require('console-cls')
clear()
// ...or add to console globally
clear.addToConsole()
// now use console.cls() throughout the application!
console.cls()