UNPKG

generator-begcode

Version:

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

23 lines (22 loc) 536 B
const command = { options: { autoCrlf: { description: 'Detect line endings', type: Boolean, scope: 'storage', }, skipPrettier: { description: 'Skip prettier', type: Boolean, hide: true, scope: 'generator', }, refreshOnCommit: { description: 'Refresh files on commit', type: Boolean, hide: true, scope: 'generator', }, }, }; export default command;