gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
14 lines (13 loc) • 483 B
TypeScript
declare const command: {
readonly configs: {
readonly jdlFile: {
readonly argument: {
readonly type: StringConstructor;
};
readonly scope: "generator";
readonly configure: (gen: any) => void;
};
};
readonly import: readonly ["jhipster:base-application:bootstrap", "jhipster:javascript-simple-application:prettier", "jhipster:javascript-simple-application:husky"];
};
export default command;