p-bar

1.0.1 • Public • Published

Installation

npm install p-bar

Usage

var pBar = require('p-bar');
var myPBar = pBar.init(100);

myPBar.print();
while(!myPBar.complete()) {
  var progress = doMoreWork();
  myPBar.increment(progress);
  myPBar.print();
}

Readme

Keywords

none

Package Sidebar

Install

npm i p-bar

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • alxndrsn