From d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 3 Jul 2022 14:23:25 +0200 Subject: Initial commit --- .../SDK/node_modules/show-terminal-cursor/readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/SDK/node_modules/show-terminal-cursor/readme.md (limited to 'Library/SDK/node_modules/show-terminal-cursor/readme.md') diff --git a/Library/SDK/node_modules/show-terminal-cursor/readme.md b/Library/SDK/node_modules/show-terminal-cursor/readme.md new file mode 100644 index 0000000..aa23708 --- /dev/null +++ b/Library/SDK/node_modules/show-terminal-cursor/readme.md @@ -0,0 +1,20 @@ +## show-terminal-cursor +> Shows the terminal cursor. + +## Install +``` +$ npm install --save show-terminal-cursor +``` + +## Usage +```javascript +var showCursor = require("show-terminal-cursor"); + +showCursor(); +``` + +## Related +- [hide-terminal-cursor](https://github.com/joegesualdo/hide-terminal-cursor) - Hide the terminal cursor. + +## License +MIT © [Joe Gesualdo]() -- cgit