Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 254 Bytes

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
})