UNPKG

gen-jhipster

Version:

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

8 lines (7 loc) 273 B
/** * This function writes a Yeoman config file in the current folder. * @param config the configuration. * @param yoRcPath the yeoman conf file path */ export function writeConfigFile(config: any, yoRcPath?: string): void; export const GENERATOR_NAME: "gen-jhipster";