Skip to content

Instantly share code, notes, and snippets.

@greduan
Created March 11, 2016 05:47
Show Gist options
  • Save greduan/bde97b82e74df73550c9 to your computer and use it in GitHub Desktop.
Save greduan/bde97b82e74df73550c9 to your computer and use it in GitHub Desktop.
'use strict'
var Promise = require('bluebird'),
ttys = require('ttys'),
readlineSync = require('readline-sync')
module.exports = function () {
return Promise.resolve(readlineSync.question('password: ', { hideEchoBack: true }))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment