asyncconsole

Async console


Keywords
console, async, cli, nodejs, npm-package
License
AGPL-3.0
Install
npm install asyncconsole@1.2.0

Documentation

AsyncConsole

Async console for console commands. Works for all devices

Usage

npm install asyncconsole

var AsyncConsole = require('asyncconsole')
var console = new AsyncConsole(">", function(input) {
// do something with the input
})