UNPKG

tarifa

Version:

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

10 lines (8 loc) 304 B
var validator = require('../../../lib/helper/validator'), validateJavaIdentifier = validator.toInquirerValidateƒ(validator.isJavaIdentifier); module.exports = { type: 'input', name: 'name', validate: validateJavaIdentifier, message: 'Type the human-readable name of your plugin' };