nx
Version:
12 lines • 334 B
TypeScript
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