1.0.3 • Published 2 years ago

clear-my-console v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Clear-My-Console

CMC helps you to clear your CLI.

Installation

npm

npm install clear-my-console

Yarn

yarn add clear-my-console

Usage

const cmc = require('clear-my-console');
// Clears the console.
cmc();