UNPKG

gen-jhipster

Version:

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

10 lines (9 loc) 388 B
import BaseGenerator from '../base/index.js'; import type { JHipsterGeneratorFeatures, JHipsterGeneratorOptions } from '../base/api.js'; export default class extends BaseGenerator { [x: string]: any; baseName: string; jdlFile: string; jdlContent?: string; constructor(args: string | string[], options: JHipsterGeneratorOptions, features: JHipsterGeneratorFeatures); }