UNPKG

create-nx-workspace

Version:

Smart Repos · Fast Builds

14 lines 602 B
import { CreateWorkspaceOptions } from './create-workspace-options'; import { VcsPushStatus } from './utils/git/git'; export declare function getInterruptedWorkspaceState(): { directory: string | undefined; connectUrl: string | undefined; }; export declare function createWorkspace<T extends CreateWorkspaceOptions>(preset: string, options: T, rawArgs?: T): Promise<{ nxCloudInfo: string; directory: string; pushedToVcs: VcsPushStatus; connectUrl: string; }>; export declare function extractConnectUrl(text: string): string | null; //# sourceMappingURL=create-workspace.d.ts.map