cli-cursor
Advanced tools
Weekly downloads
Readme
Toggle the CLI cursor
The cursor is gracefully restored if the process exits.
$ npm install cli-cursor
import cliCursor from 'cli-cursor';
cliCursor.hide();
const unicornsAreAwesome = true;
cliCursor.toggle(unicornsAreAwesome);
Useful for showing or hiding the cursor based on a boolean.
Type: stream.Writable
Default: process.stderr
Toggle the CLI cursor
The npm package cli-cursor receives a total of 28,664,437 weekly downloads. As such, cli-cursor popularity was classified as popular.
We found that cli-cursor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.