UNPKG

nx

Version:

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

12 lines (11 loc) 297 B
export interface InitArgs { addE2e: boolean; force: boolean; integrated: boolean; interactive: boolean; vite: boolean; nxCloud?: boolean; cacheable?: string[]; useDotNxInstallation?: boolean; } export declare function initHandler(options: InitArgs): Promise<void>;