UNPKG

@nxrocks/nx-spring-boot

Version:

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

15 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatExecutor = formatExecutor; const path = require("path"); const boot_utils_1 = require("../../utils/boot-utils"); async function formatExecutor(options, context) { const root = path.resolve(context.root, options.root); return (0, boot_utils_1.runBootPluginCommand)('format', options.args, { cwd: root, ignoreWrapper: options.ignoreWrapper, runFromParentModule: options.runFromParentModule, }); } exports.default = formatExecutor; //# sourceMappingURL=executor.js.map