0.0.5 • Published 3 years ago

consolestdiorc v0.0.5

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

3 years ago

0.0.5

3 years ago

0.0.4-r2

4 years ago

0.0.4-r1

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

4 years ago

0.0.1

4 years ago