classyprogress
v1.0.0-beta
Published
Progress Indicator for CLI applications. es6 version of Pleasant Progress by stefanpenner.
Downloads
6
Readme
ClassyProgress
Install
$ npm install classyprogress
Usage
const ClassyProgress = require('classyprogress')
const progress = new ClassyProgress();
progress.start('Installing Seeds');
> Installing Seeds.
> Installing Seeds..
> Installing Seeds...
> Installing Seeds.
progress.stop();