UNPKG

@o3r/core

Version:
15 lines 887 B
import { Rule } from '@angular-devkit/schematics'; /** * Ask questions to get rules to execute * or throw if the package is not installed * @param path file path * @param optionName name of the option to setup * @param defaultApplyRule should the rule be applied by default * @param ruleQuestion the question to ask * @param schematicsNameToUpdate list of schematics to update * @param packageName package name of the schematic to execute * @param schematicName schematic name to execute * @param schematicOptions options of the schematic to execute */ export declare const askQuestionsToGetRulesOrThrowIfPackageNotAvailable: (path: string, optionName: string, defaultApplyRule: boolean | null | undefined, ruleQuestion: string, schematicsNameToUpdate: string[], packageName: string, schematicName: string, schematicOptions?: any) => Rule; //# sourceMappingURL=common.d.ts.map