UNPKG

@nxrocks/nx-quarkus

Version:

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

4 lines (3 loc) 221 B
import { Tree } from '@nx/devkit'; import { ProjectGeneratorOptions, NormalizedSchema } from '../schema'; export declare function normalizeOptions(tree: Tree, options: ProjectGeneratorOptions): Promise<NormalizedSchema>;