You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigspinner

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

3.1.0
latest
Version published
Weekly downloads
8
-66.67%
Maintainers
1
Weekly downloads
 
Created

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.

FAQs

Package last updated on 26 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts