This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cursor-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Cursor-cli

A library for toggling the CLI cursor in the terminal.

Install

Get it on npm

npm install cursor-cli

Get it on yarn

yarn add  cursor-cli

Usage

import Cursor from "cursor-cli";

Cursor.has(); // => true, the cursor is visible

Cursor.hide();

Cursor.has(); // => false, the cursor is not visible

Cursor.show();

Cursor.has(); // => true, the cursor is visible

Cursor.toggle();

Cursor.has(); // => false, the cursor is not visible

License

MIT © License

Package Sidebar

Install

npm i cursor-cli

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

7.58 kB

Total Files

13

Last publish

Collaborators

  • tal7aouy