1.1.1 • Published 9 years ago

cli-loader v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

cli-loader

Install

npm install cli-loader [--save|--save-dev]

Example

var loader = require('cli-loader')();

loader.start();

setTimeout(function() {
	loader.stop();
}, 3000);

Styled loader

var loader = require('cli-loader')(opts);

Where opts can be a string or a object with frames(an array of strings) and interval(a number) property.

There are 4 built-in styled loaders:

  • `basic'(defualt)
  • basic-reverse
  • stack
  • arrow

License

MIT