UNPKG

tarifa

Version:

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

12 lines (10 loc) 309 B
var settings = require('../../settings'); module.exports = { type: 'checkbox', name: 'platforms', choices: settings.platforms, validate: function (answer) { return answer.length > 0 || 'one platform mandatory!'; }, message: 'Choose the platforms your plugin shall support' };