clear : Clear the terminal screen if possible. You can installing clear npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install clear $ sudo npm install -g clear
If want to update the clear package execute the command as below,
$ sudo npm update clear
Update package globally,
$ npm install -g clear
$ sudo git clone https://github.com/rektide/clear.git
$ sudo npm install -g ./clear
clear@0.0.1 /usr/lib/node_modules/clear
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall clear
Package Name | clear |
Version | 0.0.1 |
Description | Clear the terminal screen if possible |
Released Date | 2012-07-30T03:07:02.419Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/clear/tutorial |