0.0.5 • Published 2 years ago

consolestdiorc v0.0.5

Weekly downloads
33
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

consolestdiorc

simple stdio helper

install

npm i consolestdiorc

init

const stdio = new (require('consolestdiorc')).base()

clear

stdio.clear();

print

stdio.print( text );

printLn

stdio.printLn( text );

printTo

stdio.printLn(
    text,
    x,
    y
);

cursorTo

stdio.cursorTo( 
    x,
    y
);

cursorHide

stdio.cursorHide();

cursorShow

stdio.cursorShow();
0.0.4-r3

2 years ago

0.0.5

2 years ago

0.0.4-r2

3 years ago

0.0.4-r1

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

3 years ago

0.0.1

3 years ago