const bar = new (require('consolebarrc')).base()
bar.addLine({
'bar' : 'bar name',
'id' : 'id',
'title' : 'bar title',
'color' : 'bar color'
}
);
bar.update({
'name' : 'bar name',
'update' : {
'id' : size // integer
}
});
bar.draw('bar name');