forked from Hri7566/mpp-server-dev2
Hri7566 7051cfd9da | ||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json | ||
test.js |
README.md
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
})