npm.io
5.0.0 • Published 1 year ago

cli-cursor

Licence
MIT
Version
5.0.0
Deps
1
Size
4 kB
Vulns
0
Weekly
103.5M
Stars
114

cli-cursor

Toggle the CLI cursor

The cursor is gracefully restored if the process exits.

Install

npm install cli-cursor

Usage

import cliCursor from 'cli-cursor';

cliCursor.hide();

const unicornsAreAwesome = true;
cliCursor.toggle(unicornsAreAwesome);

API

.show(stream?)
.hide(stream?)
.toggle(force?, stream?)
force

Useful for showing or hiding the cursor based on a boolean.

stream

Type: stream.Writable
Default: process.stderr

Keywords