UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

30 lines (29 loc) 708 B
const command = { configs: { silent: { description: 'Hides output of the generation process', cli: { type: Boolean, default: false, }, scope: 'generator', }, applyConfig: { description: 'Apply configuration changes', cli: { type: Boolean, default: false, }, scope: 'generator', }, executable: { description: 'Executable command', cli: { type: String, }, scope: 'generator', }, }, import: ['app'], }; export default command;