generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
21 lines (20 loc) • 469 B
JavaScript
const command = {
options: {
devDatabaseType: {
description: 'Development database',
type: String,
scope: 'storage',
},
},
configs: {
prodDatabaseType: {
cli: {
type: String,
hide: true,
},
choices: ['postgresql', 'mysql', 'mariadb', 'oracle', 'mssql'],
scope: 'storage',
},
},
};
export default command;