gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
20 lines (19 loc) • 557 B
TypeScript
declare const command: {
readonly arguments: {
readonly entities: {
readonly type: ArrayConstructor;
readonly required: false;
readonly description: "Entities to regenerate.";
};
};
readonly configs: {
readonly skipDbChangelog: {
readonly description: "Skip the generation of database migrations";
readonly cli: {
readonly type: BooleanConstructor;
};
readonly scope: "none";
};
};
};
export default command;