UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 548 B
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 sanitizeWrapperScript(input: string): string;