barcli
barcli copied to clipboard
A simple tool for displaying real time bar graphs in the console
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...