consolebarrc
v0.0.7
Published
nanoTest assert collection.
Downloads
4
Readme
consolebarrc
init
const bar = new (require('consolebarrc')).base()
add line / bar
bar.addLine({
'bar' : 'bar name',
'id' : 'id',
'title' : 'bar title',
'color' : 'bar color'
}
);
update
bar.update({
'name' : 'bar name',
'update' : {
'id' : size // integer
}
});
draw
bar.draw('bar name');