UNPKG

gen-jhipster

Version:

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

6 lines (5 loc) 153 B
/** * get a hipster based on the applications name. * @param baseName of application */ export default function getHipster(baseName: string): string;