generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
24 lines (23 loc) • 569 B
JavaScript
const command = {
options: {
skipFakeData: {
description: 'Skip generation of fake data for development',
type: Boolean,
scope: 'storage',
},
},
configs: {
incrementalChangelog: {
cli: {
description: 'Creates incremental database changelogs',
type: Boolean,
},
jdl: {
type: 'boolean',
tokenType: 'BOOLEAN',
},
scope: 'storage',
},
},
};
export default command;