Gauge

gauge

Terminal based horizontal gauge.

gauge is a terminal based horizontal gauge / progress bar which provides the user the totally control on the progess indication, plusation or hiding the porgress bar. It has provides a convenient theming option.

Get it: npm install gauge

Sample usage:

1
2
3
4
5
6
7
8
const Gauge = require('gauge');
const gauge = new Gauge();

gauge.show("test", 0.20);

gauge.pulse("this");

gauge.hide();

GIF FTW!

gauge

Suggest a module

Comments