Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

clear-terminal-full

fh-rabbi7MIT1.0.0

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

clear, terminal, clear-terminal, nodejs-clear, clear-screen, clear-terminal-full

readme

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.