1.1.1 • Published 10 years ago
cli-loader v1.1.1
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-reversestackarrow
License
MIT