gen-jhipster
Version:
Spring Boot + Angular/React/Vue in one handy generator
23 lines (22 loc) • 690 B
TypeScript
import type { PromptSpec } from '../../lib/command/index.js';
declare const command: {
readonly options: {
readonly jasypt: {
readonly description: "Using Jasypt?";
readonly type: BooleanConstructor;
readonly scope: "storage";
};
};
readonly configs: {
readonly jasyptEncryptorPassword: {
readonly cli: {
readonly type: StringConstructor;
};
readonly prompt: (gen: any) => PromptSpec;
readonly scope: "storage";
readonly description: "Jasypt Encryptor password";
};
};
readonly import: readonly [];
};
export default command;