nx
Version:
11 lines • 708 B
TypeScript
import { Tree } from '../../../../generators/tree';
export declare const nxWrapperPath: (p?: typeof import("path")) => string;
export declare function generateDotNxSetup(version?: string): void;
export declare function normalizeVersionForNxJson(pkg: string, version: string): string;
export declare function writeMinimalNxJson(host: Tree, version: string): void;
export declare function updateGitIgnore(host: Tree): void;
export declare function getNxWrapperContents(): string;
export declare function getShellScriptContents(): string;
export declare function getBatchScriptContents(): string;
export declare function sanitizeWrapperScript(input: string): string;
//# sourceMappingURL=add-nx-scripts.d.ts.map