generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
25 lines (24 loc) • 648 B
JavaScript
import { GENERATOR_APP } from '../generator-list.js';
const command = {
options: {
silent: {
description: 'Hides output of the generation process',
type: Boolean,
default: false,
scope: 'generator',
},
applyConfig: {
description: 'Apply configuration changes',
type: Boolean,
default: false,
scope: 'generator',
},
executable: {
description: 'Executable command',
type: String,
scope: 'generator',
},
},
import: [GENERATOR_APP],
};
export default command;