cli-loader
v1.1.1
Published
cli loader
Downloads
27
Maintainers
Readme
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