1.0.0 • Published 8 months ago

clear-terminal-full v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

clear-terminal-full

A tiny npm module to clear the full terminal using the shell command "clear".

Installation

You can install this module via npm:

npm install clear-terminal-full

Usage

const clear = require("clear-terminal-full");

clear();

This will clear the full terminal screen.

License

This project is licensed under the MIT License - see the LICENSE file for details.