@o3r/schematics
Version:
Schematics module of the Otter framework
11 lines • 588 B
TypeScript
import type { SchematicOptionObject, WorkspaceProject } from '../interfaces';
/**
* Register the builder to the workspace
* @param workspaceProject Workspace project to add the builder to
* @param taskName Name of the task to defined
* @param taskParameters Parameter of the task to defined
* @param force Override task if already defined
* @returns the updated workspace
*/
export declare function registerBuilder(workspaceProject: WorkspaceProject, taskName: string, taskParameters: SchematicOptionObject, force?: boolean): WorkspaceProject;
//# sourceMappingURL=builder.d.ts.map