gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
20 lines (19 loc) • 558 B
TypeScript
declare const command: {
readonly configs: {
readonly skipBuild: {
readonly description: "Skips building the application";
readonly cli: {
readonly type: BooleanConstructor;
};
readonly scope: "none";
};
readonly skipDeploy: {
readonly description: "Skips deployment to Heroku";
readonly cli: {
readonly type: BooleanConstructor;
};
readonly scope: "none";
};
};
};
export default command;