UNPKG

generator-begcode

Version:

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

19 lines (18 loc) 372 B
const command = { arguments: { appsFolders: { type: Array, description: 'Application folders', }, }, configs: { jwtSecretKey: { cli: { type: String, env: 'JHI_JWT_SECRET_KEY', }, scope: 'generator', }, }, }; export default command;