1.1.1 • Published 3 months ago

@extremeexploit/inputbox v1.1.1

Weekly downloads
-
License
LGPL-3.0-only
Repository
github
Last release
3 months ago

inputbox

A library that allows you to use both stdin and stdout without worrying about them overlapping

Example

import inputBox from '@extremeexploit/inputbox';

function ibHandler(str) {
    ib.log('Got the line ' + str);
}

const ib = new inputBox('> ', ibHandler);

// Log example output
setInterval(() => {
    ib.log("just displaying some stuff");
}, 1000);

Video example

1.1.1

3 months ago

1.1.0

3 months ago

1.0.1

11 months ago

1.0.0

11 months ago