UNPKG

create-nx-workspace

Version:

Smart Repos · Fast Builds

12 lines 586 B
import { CreateWorkspaceOptions } from './create-workspace-options'; import { PackageManager } from './utils/package-manager'; /** * Create a new Nx workspace * @param tmpDir temporary directory to invoke nx cli * @param name name of new nx workspace * @param packageManager current package manager * @param options options to pass to nx cli * @returns */ export declare function createEmptyWorkspace<T extends CreateWorkspaceOptions>(tmpDir: string, name: string, packageManager: PackageManager, options: T): Promise<string>; //# sourceMappingURL=create-empty-workspace.d.ts.map