0.0.7 • Published 4 years ago

consolebarrc v0.0.7

Weekly downloads
30
License
GPL-3.0-or-later
Repository
github
Last release
4 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

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.2-rc1

4 years ago

0.0.2-rc2

4 years ago

0.0.2-rc3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago