@o3r/workspace
Version:
Workspace tooling of the Otter Framework
10 lines • 479 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
import type { NgGenerateSdkSchema } from '../schema';
/**
* generate the rules to adapt the SDK generated by nx cli
* @param _options Schematic options
* @param targetPath Path where the SDK has been generated
* @param projectName Name of the project
*/
export declare function nxRegisterProjectTasks(_options: NgGenerateSdkSchema, targetPath: string, projectName: string): Rule;
//# sourceMappingURL=rules.nx.d.ts.map