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) 237 B
export interface InitArgs { integrated: boolean; interactive: boolean; nxCloud?: boolean; cacheable?: string[]; useDotNxInstallation?: boolean; } export declare function initHandler(options: InitArgs): Promise<void>;