readline with promised superpowers 👍
$ npm install superline --save
superline is supported in all versions of iojs without any flags.
To use superline with node, you must be running node > 0.11.16 or node > 0.12.0 for generator and promise support, and must run node with the --harmony flag.
var superline = require('superline');
$ npm install && npm test
Please, PR are welcomed!
MIT