UNPKG

@nxrocks/nx-quarkus

Version:

Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace

6 lines (4 loc) 284 B
import { ProjectGeneratorOptions } from '../project/schema'; export interface PresetGeneratorSchema extends ProjectGeneratorOptions { prjName?: string; //replacement for 'name' & 'directory' which can't be used as-is, because they have a special meaning in `create-nx-workspace` }