UNPKG

@nxrocks/nx-quarkus

Version:

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

4 lines (3 loc) 166 B
import { Tree } from '@nx/devkit'; import { LinkGeneratorSchema } from './schema'; export default function (tree: Tree, options: LinkGeneratorSchema): Promise<void>;