UNPKG

nx

Version:

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

9 lines 274 B
export interface InitArgs { integrated: boolean; interactive: boolean; nxCloud?: boolean; cacheable?: string[]; useDotNxInstallation?: boolean; } export declare function initHandler(options: InitArgs): Promise<void>; //# sourceMappingURL=init-v1.d.ts.map