Skip to content

NodeJS utility to clear console & bring cursor back to 0,0

License

Notifications You must be signed in to change notification settings

twskj/console.init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

console.init

NodeJS utility to clear console & bring cursor back to 0,0

Installation

npm install console.init

Usage

require('console.init');

console.log('hello');
console.init();
console.log('world');

About

NodeJS utility to clear console & bring cursor back to 0,0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published