1
0
Fork 0
arangodb/js/node/node_modules/eslint/node_modules/cli-cursor
Alan Plum cf302adf26
Always use --global-style when installing npm deps
This partially reverts commit 8a286a30d9.
2016-07-14 16:29:20 +02:00
..
index.js Always use --global-style when installing npm deps 2016-07-14 16:29:20 +02:00
license Always use --global-style when installing npm deps 2016-07-14 16:29:20 +02:00
package.json Always use --global-style when installing npm deps 2016-07-14 16:29:20 +02:00
readme.md Always use --global-style when installing npm deps 2016-07-14 16:29:20 +02:00

readme.md

cli-cursor Build Status

Toggle the CLI cursor

The cursor is gracefully restored if the process exits.

Install

$ npm install --save cli-cursor

Usage

const cliCursor = require('cli-cursor');

cliCursor.hide();

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

API

.show()

.hide()

.toggle(force)

force is useful to show or hide the cursor based an a boolean.

License

MIT © Sindre Sorhus