UNPKG

gen-jhipster

Version:

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

7 lines (6 loc) 240 B
import { GENERATOR_PROJECT_NAME } from '../generator-list.js'; const command = { options: {}, import: ['jhipster:git', GENERATOR_PROJECT_NAME, 'jhipster:javascript:prettier', 'jhipster:javascript:husky'], }; export default command;