Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 429 Bytes

spinny

Build Status

Simple spinner for command line long processing animation

$ npm install node-spinny
var Spinny = require('node-spinny')
var spinny = new Spinny(options);

spinny.start();

// Long ass Processing

spinny.stop();

options

  • duration: duration of next spin
  • charSet: Characters while spinning