classyprogress

1.0.0-beta • Public • Published

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();

/classyprogress/

    Package Sidebar

    Install

    npm i classyprogress

    Weekly Downloads

    2

    Version

    1.0.0-beta

    License

    MIT

    Last publish

    Collaborators

    • jhliberty