UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

13 lines (11 loc) 378 B
var Configstore = require('configstore'), conf = new Configstore('tarifa'); module.exports = { type: 'input', condition: function (answer) { return answer.hockeyapp; }, name: 'hockeyapp_token', message: 'What is your hockeyapp token? (you must use either a "Full Access" or Upload & Release" token)', default: conf.get('hockeyapp_token') };