Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-spinner

wemakeweb39kMIT0.0.4

Simple Spinner for the Terminal.

terminal

readme

node-spinner

Port of visionmedia/go-spin to node.

Installation

$ npm install node-spinner

Example

var s = Spinner();

setInterval(function(){
    process.stdout.write('\r \033[36mcomputing\033[m ' + s.next());
}, 250);

License

MIT