UNPKG

@nxrocks/nx-quarkus

Version:

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

8 lines (7 loc) 177 B
export interface AddExtensionExecutorOptions { root: string; ignoreWrapper?: boolean; runFromParentModule?: boolean; extensions?: string; args?: string[]; }