Created
September 12, 2017 17:31
-
-
Save fernandolozer/1e3485464e9f81d50891013e3de96028 to your computer and use it in GitHub Desktop.
Clean the terminal.
Very usefull when using the nodemon and testing output on the terminal
tested on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.stdout.write('\033c'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment