generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
19 lines (18 loc) • 589 B
JavaScript
import { GENERATOR_BOOTSTRAP_APPLICATION_BASE } from '../generator-list.js';
const command = {
configs: {
defaultEnvironment: {
description: 'Default environment for the application',
cli: {
type: String,
hide: true,
env: 'JHI_PROFILE',
},
choices: ['prod', 'dev'],
default: 'prod',
scope: 'storage',
},
},
import: [GENERATOR_BOOTSTRAP_APPLICATION_BASE, 'begcode:javascript:prettier', 'begcode:javascript:husky'],
};
export default command;