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);

Readme

Keywords

none

Package Sidebar

Install

npm i pinwheel

Weekly Downloads

89

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • davidglivar