pinwheel
v0.0.1
Published
Pinwheel
Downloads
295
Readme
Pinwheel
A simple indeterminate spinner for the command line.
var Pinwheel = require('pinwheel')()
, wheel = new Pinwheel('thinking...', { color: 'yellow' });
wheel.start();
someAsyncTask(wheel.stop);