barcli icon indicating copy to clipboard operation
barcli copied to clipboard

A simple tool for displaying real time bar graphs in the console

Results 5 barcli issues
Sort by recently updated
recently updated
newest added

We're really just using it for color, but it has an awful lot of dependencies. Find something that does only the things we need or just build it in.

const, let, etc where appropriate.

It may not be possible, but this here is a pretty good start: ````javascript var child_process = require("child_process"); Barcli.prototype.update = function(data) { var position = getPosition(); // Update the bar...

Pass in a two element array as data to set a high and low values on a bar.

enhancement