bigspinner

Because if you're going to hide behind a spinner, it should at least be a Big Spinner.


Keywords
terminal, spinner, spin, console, curses
License
MIT
Install
npm install bigspinner@3.1.0

Documentation

node-bigspinner

Because if you are going to hide progress behind an opaque spinner, it may as well be a Big Spinner.

Usage

var mod_bigspinner = require('bigspinner');

/*
 * Create the spinner object, which begins spinning immediately.  The
 * default options are shown below:
 */
var SPINNER = mod_bigspinner.createSpinner({
    delay: 250,
    stream: process.stderr,
    height: 8,
    width: 8,
    hideCursor: true,
    fontChar: '#'
});

/*
 * And, later, when you are done hand-waving:
 */

SPINNER.destroy();

License

MIT.