UNPKG

@nxrocks/nx-spring-boot

Version:

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

4 lines (3 loc) 176 B
import { Tree } from '@nx/devkit'; import { NormalizedSchema } from '../schema'; export declare function removeBootMavenPlugin(tree: Tree, options: NormalizedSchema): boolean;