Skip to content

Instantly share code, notes, and snippets.

@nawazdj
Forked from 19h/reset.js
Last active September 13, 2015 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nawazdj/bcdbb56364fbafd0ab23 to your computer and use it in GitHub Desktop.
Save nawazdj/bcdbb56364fbafd0ab23 to your computer and use it in GitHub Desktop.
Node.js — Clear Terminal / Console. Reset to initial state.
console.reset = function () {
return process.stdout.write('\033c');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment