0.0.7 • Published 3 years ago

consolebarrc v0.0.7

Weekly downloads
30
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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');
0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.2-rc1

3 years ago

0.0.2-rc2

3 years ago

0.0.2-rc3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago