UNPKG

generator-begcode

Version:

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

16 lines (15 loc) 360 B
const command = { options: { skipGit: { description: 'Skip git repository initialization', type: Boolean, scope: 'generator', }, monorepository: { type: Boolean, description: 'Use monorepository', scope: 'storage', }, }, }; export default command;