UNPKG

gen-jhipster

Version:

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

20 lines (19 loc) 430 B
const command = { configs: { skipBuild: { description: 'Skips building the application', cli: { type: Boolean, }, scope: 'none', }, skipDeploy: { description: 'Skips deployment to Heroku', cli: { type: Boolean, }, scope: 'none', }, }, }; export default command;