robert2206 8ad867f7a5 commit inicial пре 8 година
..
index.js 8ad867f7a5 commit inicial пре 8 година
license 8ad867f7a5 commit inicial пре 8 година
package.json 8ad867f7a5 commit inicial пре 8 година
readme.md 8ad867f7a5 commit inicial пре 8 година

readme.md

elegant-spinner Build Status

Elegant spinner for interactive CLI apps

Install

$ npm install --save elegant-spinner

Usage

var elegantSpinner = require('elegant-spinner');
var logUpdate = require('log-update');
var frame = elegantSpinner();

setInterval(function () {
	logUpdate(frame());
}, 50);

Relevant

  • log-update - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.

License

MIT © Sindre Sorhus