UNPKG

nx

Version:

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

12 lines 334 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>; //# sourceMappingURL=init-v1.d.ts.map