nx
Version:
12 lines (11 loc) • 755 B
TypeScript
import { Tree } from '../../../../generators/tree';
export declare const nxWrapperPath: (p?: typeof import('path')) => string;
export declare function getDotNxWrapperVersionCommand(platform?: NodeJS.Platform): 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;