pinwheel

0.0.1 • Public • Published

Pinwheel

A simple indeterminate spinner for the command line.

var Pinwheel = require('pinwheel')()
  , wheel = new Pinwheel('thinking...', { color: 'yellow' });
wheel.start();
someAsyncTask(wheel.stop);

Dependents (2)

Package Sidebar

Install

npm i pinwheel

Weekly Downloads

55

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • davidglivar