UNPKG

@nxrocks/nx-spring-boot

Version:

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

7 lines (6 loc) 147 B
export interface InstallExecutorOptions { root: string; ignoreWrapper?: boolean; runFromParentModule?: boolean; args?: string[]; }